From 222847bb75943d3176f18392e8168084330e650d Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 6 May 2006 09:02:03 +0000 Subject: [PATCH] (fuel): Change extra from float to double, because its value is always computed and used in double. --- src/lib/commands/fuel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;