File diff r4022:e0e40de48d5c → r4023:2a2ec18b6c65
table/engines.h
Show inline comments
 
@@ -496,26 +496,26 @@ const ShipVehicleInfo orig_ship_vehicle_
 
 * @param a image_index
 
 * @param b base_cost
 
 * @param c running_Cost
 
 * @param d subtype (bit 0 - plane, bit 1 - large plane)
 
 * @param e sound effect
 
 * @param f acceleration
 
 * @param g max_speed
 
 * @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 H 0
 
#define P 1
 
#define J 3
 
#define P AIR_CTOL
 
#define J AIR_CTOL | AIR_FAST
 
const AircraftVehicleInfo orig_aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = {
 
	//    image_index         sfx                         acceleration
 
	//    |   base_cost       |                           |   max_speed
 
	//    |   |    running_cost                           |   |    mail_capacity
 
	//    |   |    |  subtype |                           |   |    |    passenger_capacity
 
	//    |   |    |  |       |                           |   |    |    |
 
	AVI(  1, 14,  85, P, SND_08_PLANE_TAKE_OFF,          18,  37,  4,  25 ), /*  0 */
 
	AVI(  0, 15, 100, P, SND_08_PLANE_TAKE_OFF,          20,  37,  8,  65 ), /*  1 */
 
	AVI(  2, 16, 130, J, SND_09_JET,                     35,  74, 10,  90 ), /*  2 */
 
	AVI(  8, 75, 250, J, SND_3B_JET_OVERHEAD,            50, 181, 20, 100 ), /*  3 */
 
	AVI(  5, 15,  98, P, SND_08_PLANE_TAKE_OFF,          20,  37,  6,  30 ), /*  4 */
 
	AVI(  6, 18, 240, J, SND_09_JET,                     40,  74, 30, 200 ), /*  5 */