(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:
parent
f6987ca3ef
commit
b94b3b1b7f
3 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue