(mchrstr, lchrstr): Change element types of m_item[] and l_item[] to

short, to match shp_item and lnd_item.
(mchr_ca, lchr_ca): Replace selector item by selectors for the items.
lchr_ca's item selector was incorrect and worked only by accident.
This commit is contained in:
Markus Armbruster 2006-01-05 16:49:52 +00:00
parent f6987ca3ef
commit b94b3b1b7f
3 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@ struct fltheadstr {
};
struct mchrstr {
u_short m_item[I_MAX+1]; /* load limit */
short m_item[I_MAX+1]; /* load limit */
int m_lcm; /* units of lcm to build */
int m_hcm; /* units of hcm to build */
int m_armor; /* how well armored it is */