Add a field to hold a component's body points (COMPONENT now fully matches COMPONENT_STATS from statsdef.h)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5458 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
b770951532
commit
1170798c66
|
@ -24,6 +24,9 @@ struct COMPONENT
|
|||
# Weight of this component
|
||||
real weight;
|
||||
|
||||
# Body points of this component
|
||||
real body;
|
||||
|
||||
# Indicates whether this component is "designable" and can thus be used in
|
||||
# the design screen.
|
||||
bool designable;
|
||||
|
|
Loading…
Reference in New Issue