(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

@ -873,7 +873,6 @@ build_plane(register struct sctstr *sp, register struct plchrstr *pp,
plane.pln_radius = 0;
plane.pln_range = UCHAR_MAX; /* will be adjusted by pln_set_tech() */
plane.pln_range_max = plane.pln_range;
plane.pln_fuel = pp->pl_fuel;
plane.pln_wing = ' ';
plane.pln_ship = -1;
plane.pln_land = -1;