diff options
author | frosch <frosch@openttd.org> | 2011-11-08 17:27:46 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-11-08 17:27:46 +0000 |
commit | c2cf26b451bf93dde6730b950b9face513d5accc (patch) | |
tree | 154b76da04f09f97f5998c3ce47db4e16cbdd1b5 /src/table | |
parent | 52774235eb6eb8affb7e68b94c490d3f09e7ae31 (diff) | |
download | openttd-c2cf26b451bf93dde6730b950b9face513d5accc.tar.xz |
(svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles without callback usage.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/engines.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |