(meltitems): Move melt_item_denom into the ichr structure.

This commit is contained in:
Ron Koenderink 2005-07-24 22:20:05 +00:00
parent 193b7fdbad
commit 7920252986
4 changed files with 21 additions and 30 deletions

View file

@ -74,6 +74,7 @@ struct ichrstr {
int i_sell; /* can this be sold? */
int i_lbs; /* how hard to move */
int i_pkg[NUMPKG]; /* units for reg, ware, urb, bank */
int i_melt_denom; /* fallout meltdown denominator */
char *i_name; /* full name of item */
};