mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Move gNumGuestsInPark to GameState_t (#21295)
* Move gNumGuestsInPark to GameState_t * Replace GetGameState() with gameState
This commit is contained in:
@@ -319,7 +319,7 @@ namespace Editor
|
||||
|
||||
ResetAllEntities();
|
||||
UpdateConsolidatedPatrolAreas();
|
||||
gNumGuestsInPark = 0;
|
||||
gameState.NumGuestsInPark = 0;
|
||||
gameState.NumGuestsHeadingForPark = 0;
|
||||
gNumGuestsInParkLastWeek = 0;
|
||||
gGuestChangeModifier = 0;
|
||||
|
||||
Reference in New Issue
Block a user