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-861f7616d084
master
Giel van Schijndel 2008-07-09 19:17:19 +00:00
parent b770951532
commit 1170798c66
1 changed files with 3 additions and 0 deletions

View File

@ -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;