1
0
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:
Harry Hopkinson
2024-01-28 22:17:43 +00:00
committed by GitHub
parent 396af1f34c
commit 11ae8247bd
14 changed files with 58 additions and 48 deletions

View File

@@ -319,7 +319,7 @@ namespace Editor
ResetAllEntities();
UpdateConsolidatedPatrolAreas();
gNumGuestsInPark = 0;
gameState.NumGuestsInPark = 0;
gameState.NumGuestsHeadingForPark = 0;
gNumGuestsInParkLastWeek = 0;
gGuestChangeModifier = 0;