mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
Move gLastEntranceStyle to GameState_t
This commit is contained in:
@@ -617,7 +617,7 @@ namespace OpenRCT2
|
||||
cs.Write(static_cast<int8_t>(gameState.SavedViewZoom));
|
||||
}
|
||||
cs.ReadWrite(gameState.SavedViewRotation);
|
||||
cs.ReadWrite(gLastEntranceStyle);
|
||||
cs.ReadWrite(gameState.LastEntranceStyle);
|
||||
cs.ReadWrite(gameState.EditorStep);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user