(svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion.
This commit is contained in:
@@ -1289,7 +1289,7 @@ static const OldChunks engine_chunk[] = {
|
||||
|
||||
OCL_SVAR( OC_UINT8, Engine, lifelength ),
|
||||
OCL_SVAR( OC_UINT8, Engine, flags ),
|
||||
OCL_SVAR( OC_UINT8, Engine, preview_player ),
|
||||
OCL_SVAR( OC_UINT8, Engine, preview_player_rank ),
|
||||
OCL_SVAR( OC_UINT8, Engine, preview_wait ),
|
||||
|
||||
OCL_NULL( 2 ), ///< Junk
|
||||
|
Reference in New Issue
Block a user