(lndchr): Rename member l_mxland to l_nland for consistency with

similar unit characteristics.
This commit is contained in:
Markus Armbruster 2006-02-19 07:32:03 +00:00
parent 9a30f30107
commit dae17432ae
4 changed files with 4 additions and 4 deletions

View file

@ -123,7 +123,7 @@ struct lchrstr {
u_char l_fuelc; /* fuel capacity */
u_char l_fuelu; /* fuel used per 10 mob */
u_char l_nxlight; /* maximum number of xlight planes */
u_char l_mxland; /* maximum number of units */
u_char l_nland; /* maximum number of units */
long l_flags; /* what special things can this unit do */
};