From def8e7215bdabee99ad49adedb8730ae33b6c47f Mon Sep 17 00:00:00 2001 From: michi_cc Date: Tue, 13 Dec 2011 00:43:35 +0000 Subject: (svn r23504) -Feature: Aircraft range. --- src/table/engines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/engines.h b/src/table/engines.h index b70787941..102d8d79c 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -585,7 +585,7 @@ static const ShipVehicleInfo _orig_ship_vehicle_info[] = { * @param h mail_capacity (bags) * @param i passenger_capacity (persons) */ -#define AVI(a, b, c, d, e, f, g, h, i) { a, b, c, d, e, f, (g * 128) / 10, h, i } +#define AVI(a, b, c, d, e, f, g, h, i) { a, b, c, d, e, f, (g * 128) / 10, h, i, 0 } #define H AIR_HELI #define P AIR_CTOL #define J AIR_CTOL | AIR_FAST -- cgit v1.2.3-54-g00ecf