1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Move gNextGuestNumber to Gamestate_t

This commit is contained in:
Harry Hopkinson
2024-01-25 09:34:47 +00:00
parent f8fa43f578
commit 8816aa607c
7 changed files with 5 additions and 8 deletions

View File

@@ -71,8 +71,6 @@ uint32_t gNumGuestsInPark;
uint32_t gNumGuestsInParkLastWeek;
uint32_t gNumGuestsHeadingForPark;
uint32_t gNextGuestNumber;
uint8_t gPeepWarningThrottle[16];
std::unique_ptr<GuestPathfinding> gGuestPathfinder = std::make_unique<OriginalPathfinding>();