(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

@ -72,7 +72,8 @@ pstat(void)
plane.pln_att,
plane.pln_def,
plane.pln_acc,
plane.pln_range_max, plane.pln_load, plane.pln_fuel);
plane.pln_range_max, plane.pln_load,
plchr[(int)plane.pln_type].pl_fuel);
pr("\n");
}