From c2cf26b451bf93dde6730b950b9face513d5accc Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 8 Nov 2011 17:27:46 +0000 Subject: (svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles without callback usage. --- src/table/engines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/engines.h') diff --git a/src/table/engines.h b/src/table/engines.h index 77574fd7a..b70787941 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -656,7 +656,7 @@ static const AircraftVehicleInfo _orig_aircraft_vehicle_info[] = { * Tractive effort coefficient by default is the same as TTDPatch, 0.30*256=76 * Air drag value depends on the top speed of the vehicle. */ -#define ROV(a, b, c, d, e, f, g, h) { a, b, c, PR_RUNNING_ROADVEH, d, e, f, g, h, 76, 0, VE_DEFAULT } +#define ROV(a, b, c, d, e, f, g, h) { a, b, c, PR_RUNNING_ROADVEH, d, e, f, g, h, 76, 0, VE_DEFAULT, 0 } static const RoadVehicleInfo _orig_road_vehicle_info[] = { /* image_index sfx max_speed power * | cost_factor | | capacity | -- cgit v1.2.3-54-g00ecf