(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
|
@ -254,7 +254,7 @@ pdump(void)
|
|||
pr(" %d", plane.pln_load);
|
||||
break;
|
||||
case 14:
|
||||
pr(" %d", plane.pln_fuel);
|
||||
pr(" %d", plchr[(int)plane.pln_type].pl_fuel);
|
||||
break;
|
||||
case 15:
|
||||
pr(" %d", plane.pln_harden);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue