summaryrefslogtreecommitdiff
path: root/src/table/engines.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-18 14:32:09 +0000
committerrubidium <rubidium@openttd.org>2010-11-18 14:32:09 +0000
commit2223ff92c7f9f23ced4c63a3591aa46d1c2b52b2 (patch)
tree2aca4783ed87aa6c09a9e38bbc49cbf7daf0f606 /src/table/engines.h
parent46186134c892f236ecc610aacd6c18ee95600d5f (diff)
downloadopenttd-2223ff92c7f9f23ced4c63a3591aa46d1c2b52b2.tar.xz
(svn r21240) -Feature: [NewGRF] Implement action0 visual effect properties for ships and RVs (Hirundo)
Diffstat (limited to 'src/table/engines.h')
-rw-r--r--src/table/engines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/engines.h b/src/table/engines.h
index 821a249ac..1031078f7 100644
--- a/src/table/engines.h
+++ b/src/table/engines.h
@@ -541,7 +541,7 @@ static const RailVehicleInfo _orig_rail_vehicle_info[] = {
* @param f sound effect
* @param g refittable
*/
-#define SVI(a, b, c, d, e, f, g) { a, b, c, d, e, f, g }
+#define SVI(a, b, c, d, e, f, g) { a, b, c, d, e, f, g, VE_DEFAULT }
static const ShipVehicleInfo _orig_ship_vehicle_info[] = {
/* image_index capacity refittable
* | cost_factor running_cost |
@@ -645,7 +645,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 }
+#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 }
static const RoadVehicleInfo _orig_road_vehicle_info[] = {
/* image_index sfx max_speed power
* | cost_factor | | capacity |