diff --git a/src/lib/commands/fuel.c b/src/lib/commands/fuel.c index 43c22698..210027cb 100644 --- a/src/lib/commands/fuel.c +++ b/src/lib/commands/fuel.c @@ -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;