(svn r13825) -Revert (r13821 partially): preview_player_rank wasn't a PlayerByte value in r12143, and still isn't a PlayerByte value.
This commit is contained in:
@@ -20,7 +20,7 @@ struct Engine : PoolItem<Engine, EngineID, &_Engine_pool> {
|
||||
uint16 duration_phase_1, duration_phase_2, duration_phase_3;
|
||||
byte lifelength;
|
||||
byte flags;
|
||||
PlayerByte preview_player_rank;
|
||||
uint8 preview_player_rank;
|
||||
byte preview_wait;
|
||||
PlayerMask player_avail;
|
||||
uint8 image_index; ///< Original vehicle image index
|
||||
|
Reference in New Issue
Block a user