(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
|
@ -99,7 +99,7 @@ struct lndstr {
|
|||
};
|
||||
|
||||
struct lchrstr {
|
||||
u_short l_item[I_MAX+1]; /* load limit */
|
||||
short l_item[I_MAX+1]; /* load limit */
|
||||
char *l_name; /* full name of type of land unit */
|
||||
int l_lcm; /* units of lcm to build */
|
||||
int l_hcm; /* units of hcm to build */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue