Line out the field names correctly with the rest of the struct definitions

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5380 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-07-04 12:51:06 +00:00
parent abad9943c6
commit af1b99b30d
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ struct BASE
# Unique language independant name that can be used to identify a specific
# stats instance
string unique id;
string unique id;
# short name, describing the component, must be translateable
string name;
string name;
end;
# Enumerates the different technology levels