summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-02-11 07:34:05 +0000
committerpeter1138 <peter1138@openttd.org>2006-02-11 07:34:05 +0000
commit8caedb4898761a24d300daf1ee7096a05dbe2df2 (patch)
tree1d6eb3db8a416ff37bc6b3233269ce32cec8a614 /table
parent50fd9c8f73d68766a2a84d26c48a6787008a1f85 (diff)
downloadopenttd-8caedb4898761a24d300daf1ee7096a05dbe2df2.tar.xz
(svn r3586) - NewGRF: Load callback masks for all vehicle types.
Diffstat (limited to 'table')
-rw-r--r--table/engines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/table/engines.h b/table/engines.h
index 5a4f8b2a8..600bb0b9b 100644
--- a/table/engines.h
+++ b/table/engines.h
@@ -467,7 +467,7 @@ const RailVehicleInfo orig_rail_vehicle_info[NUM_TRAIN_ENGINES] = {
* @param g sound effect
* @param h refittable
*/
-#define SVI(a, b, c, d, e, f, g, h) { a, b, c, d, e, f, g, h }
+#define SVI(a, b, c, d, e, f, g, h) { a, b, c, d, e, f, g, h, 0 }
const ShipVehicleInfo orig_ship_vehicle_info[NUM_SHIP_ENGINES] = {
// image_index cargo_type cargo_amount refittable
// | base_cost | | running_cost |
@@ -499,7 +499,7 @@ const ShipVehicleInfo orig_ship_vehicle_info[NUM_SHIP_ENGINES] = {
* @param h mail_capacity
* @param i passenger_capacity
*/
-#define AVI(a, b, c, d, e, f, g, h, i) { a, b, c, d, e, f, g, h, i }
+#define AVI(a, b, c, d, e, f, g, h, i) { a, b, c, d, e, f, g, h, i, 0 }
#define H 0
#define P 1
#define J 3
@@ -566,7 +566,7 @@ const AircraftVehicleInfo orig_aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = {
* @param f capacity
* @param g cargo_type
*/
-#define RVI(a, b, c, d, e, f, g) { a, b, c, d, e, f, g }
+#define RVI(a, b, c, d, e, f, g) { a, b, c, d, e, f, g, 0 }
const RoadVehicleInfo orig_road_vehicle_info[NUM_ROAD_ENGINES] = {
// image_index sfx max_speed
// | base_cost | | capacity