src/engine.h
changeset 8565 8816b5ff28f5
parent 8509 84c0cc012ad3
child 8622 75554fef1333
equal deleted inserted replaced
8564:7e523a2943d4 8565:8816b5ff28f5
   122 	uint16 reliability_spd_dec;
   122 	uint16 reliability_spd_dec;
   123 	uint16 reliability_start, reliability_max, reliability_final;
   123 	uint16 reliability_start, reliability_max, reliability_final;
   124 	uint16 duration_phase_1, duration_phase_2, duration_phase_3;
   124 	uint16 duration_phase_1, duration_phase_2, duration_phase_3;
   125 	byte lifelength;
   125 	byte lifelength;
   126 	byte flags;
   126 	byte flags;
   127 	PlayerByte preview_player;
   127 	uint8 preview_player_rank;
   128 	byte preview_wait;
   128 	byte preview_wait;
   129 	byte player_avail;
   129 	byte player_avail;
   130 	VehicleType type; ///< type, ie VEH_ROAD, VEH_TRAIN, etc.
   130 	VehicleType type; ///< type, ie VEH_ROAD, VEH_TRAIN, etc.
   131 };
   131 };
   132 
   132