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-861f7616d084master
parent
abad9943c6
commit
af1b99b30d
|
@ -4,10 +4,10 @@ struct BASE
|
||||||
|
|
||||||
# Unique language independant name that can be used to identify a specific
|
# Unique language independant name that can be used to identify a specific
|
||||||
# stats instance
|
# stats instance
|
||||||
string unique id;
|
string unique id;
|
||||||
|
|
||||||
# short name, describing the component, must be translateable
|
# short name, describing the component, must be translateable
|
||||||
string name;
|
string name;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
# Enumerates the different technology levels
|
# Enumerates the different technology levels
|
||||||
|
|
Loading…
Reference in New Issue