Changeset - r2961:2e84ef887234
[Not reviewed]
master
0 1 0
peter1138 - 19 years ago 2006-02-03 07:45:58
peter1138@openttd.org
(svn r3523) Undefine helper macros after using them
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
table/engines.h
Show inline comments
 
@@ -440,24 +440,27 @@ const RailVehicleInfo orig_rail_vehicle_
 
	RVI( 49, W, 185,   0,       0,  19,     0, 0, 28, CT_RUBBER       ), /* 105 */
 
	RVI( 50, W, 176,   0,       0,  19,     0, 0, 37, CT_SUGAR        ), /* 106 */
 
	RVI( 51, W, 178,   0,       0,  20,     0, 0, 37, CT_COTTON_CANDY ), /* 107 */
 
	RVI( 52, W, 192,   0,       0,  20,     0, 0, 37, CT_TOFFEE       ), /* 108 */
 
	RVI( 53, W, 190,   0,       0,  21,     0, 0, 27, CT_BUBBLES      ), /* 109 */
 
	RVI( 54, W, 182,   0,       0,  24,     0, 0, 32, CT_COLA         ), /* 110 */
 
	RVI( 55, W, 181,   0,       0,  21,     0, 0, 32, CT_CANDY        ), /* 111 */
 
	RVI( 56, W, 183,   0,       0,  21,     0, 0, 27, CT_TOYS         ), /* 112 */
 
	RVI( 57, W, 196,   0,       0,  18,     0, 0, 29, CT_BATTERIES    ), /* 113 */
 
	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
 

	
 
/** Writes the properties of a ship into the ShipVehicleInfo struct.
 
 * @see ShipVehicleInfo
 
 * @param a image_index
 
 * @param b base_cost
 
 * @param c max_speed
 
 * @param d cargo_type
 
 * @param e cargo_amount
 
 * @param f running_cost
 
@@ -539,24 +542,27 @@ const AircraftVehicleInfo orig_aircraft_
 
	AVI( 16, 19, 160, J, SND_09_JET,                     40, 181, 45,  85 ), /* 30 */
 
	AVI( 17, 24, 248, J, SND_3D_ANOTHER_JET_OVERHEAD,    40,  74, 80, 400 ), /* 31 */
 
	AVI( 18, 80, 251, J, SND_3B_JET_OVERHEAD,            50, 181, 45, 130 ), /* 32 */
 
	AVI( 20, 13,  85, P, SND_45_PLANE_CRASHING,          18,  37,  5,  25 ), /* 33 */
 
	AVI( 21, 18, 100, P, SND_46_PLANE_ENGINE_SPUTTERING, 20,  37,  9,  60 ), /* 34 */
 
	AVI( 22, 25, 140, P, SND_09_JET,                     40,  74, 12,  90 ), /* 35 */
 
	AVI( 23, 32, 220, J, SND_3D_ANOTHER_JET_OVERHEAD,    40,  74, 40, 200 ), /* 36 */
 
	AVI( 24, 80, 255, J, SND_3B_JET_OVERHEAD,            50, 181, 30, 100 ), /* 37 */
 
	AVI(  9, 15,  81, H, SND_09_JET,                     20,  25, 15,  40 ), /* 38 */
 
	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.
 
 * @see RoadVehicleInfo
 
 * @param a image_index
 
 * @param b base_cost
 
 * @param c running_cost
 
 * @param d sound effect
 
 * @param e max_speed
 
 * @param f capacity
 
 * @param g cargo_type
 
 */
0 comments (0 inline, 0 general)