summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-02-03 07:45:58 +0000
committerpeter1138 <peter1138@openttd.org>2006-02-03 07:45:58 +0000
commit23d2bfb8b2bde11cd163f1d03762082fa7c51076 (patch)
tree0789d7368841a4c8f80b0c06f53c0dc7e05c68bb /table
parente3690816572a9431f458019416388c20b42c38be (diff)
downloadopenttd-23d2bfb8b2bde11cd163f1d03762082fa7c51076.tar.xz
(svn r3523) Undefine helper macros after using them
Diffstat (limited to 'table')
-rw-r--r--table/engines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/table/engines.h b/table/engines.h
index 9842cf173..5a4f8b2a8 100644
--- a/table/engines.h
+++ b/table/engines.h
@@ -449,6 +449,9 @@ const RailVehicleInfo orig_rail_vehicle_info[NUM_TRAIN_ENGINES] = {
RVI( 58, W, 193, 0, 0, 18, 0, 0, 32, CT_FIZZY_DRINKS ), /* 114 */
RVI( 59, W, 191, 0, 0, 18, 0, 0, 37, CT_PLASTIC ), /* 115 */
};
+#undef E
+#undef D
+#undef S
#undef W
#undef M
#undef RVI
@@ -548,6 +551,9 @@ const AircraftVehicleInfo orig_aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = {
AVI( 19, 17, 77, H, SND_09_JET, 20, 40, 20, 55 ), /* 39 */
AVI( 25, 15, 80, H, SND_09_JET, 20, 25, 10, 40 ), /* 40 */
};
+#undef J
+#undef P
+#undef H
#undef AVI
/** Writes the properties of a road vehicle into the RoadVehicleInfo struct.