(fuel): Change extra from float to double, because its value is always

computed and used in double.
This commit is contained in:
Markus Armbruster 2006-05-06 09:02:03 +00:00
parent 8646d6f6d0
commit 222847bb75

View file

@ -67,7 +67,7 @@ fuel(void)
int land_fuel, ship_fuel;
int oil_amt, pet_amt, fuel_amt, tot_fuel, max_amt;
int move_amt;
float extra;
double extra;
struct sctstr sect;
struct natstr *natp;
int harbor, sector;