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:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user