(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:
Markus Armbruster 2004-09-10 18:27:53 +00:00
parent 9dbc1cb5e3
commit 65bb65f63d
4 changed files with 4 additions and 4 deletions

View file

@ -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 */