(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
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue