(plnstr): Member pln_fuel was always equal to plchr[pln_type].pl_fuel.
Replace all uses, so pln_fuel can be removed later.
This commit is contained in:
parent
9dbc1cb5e3
commit
65bb65f63d
4 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ struct plnstr {
|
|||
int pln_def;
|
||||
int pln_acc;
|
||||
int pln_load;
|
||||
int pln_fuel;
|
||||
int pln_fuel; /* (unused) */
|
||||
s_char pln_harden; /* for missiles */
|
||||
s_char pln_nuketype; /* type of nuclear armament (if any) */
|
||||
s_char pln_flags; /* State of the plane */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue