(svn r3523) Undefine helper macros after using them
authorpeter1138
Fri, 03 Feb 2006 07:45:58 +0000
changeset 2961 f83710dba47c
parent 2960 b51397e5b207
child 2962 f0a49b646c48
(svn r3523) Undefine helper macros after using them
table/engines.h
--- a/table/engines.h	Fri Feb 03 07:42:49 2006 +0000
+++ b/table/engines.h	Fri Feb 03 07:45:58 2006 +0000
@@ -449,6 +449,9 @@
 	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 @@
 	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.