1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Move gNumGuestsHeadingForPark to GameState_t (#21277)

* Move gNumGuestsHeadingForPark to GameState_t

* Format code

* Remove change to contributors list

* Revert new line addition
This commit is contained in:
Harry Hopkinson
2024-01-28 10:26:22 +00:00
committed by GitHub
parent a14d471530
commit 01eecbaeba
9 changed files with 21 additions and 14 deletions

View File

@@ -320,7 +320,7 @@ namespace Editor
ResetAllEntities();
UpdateConsolidatedPatrolAreas();
gNumGuestsInPark = 0;
gNumGuestsHeadingForPark = 0;
gameState.NumGuestsHeadingForPark = 0;
gNumGuestsInParkLastWeek = 0;
gGuestChangeModifier = 0;
if (fromSave)