1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Move .numGuestsInPark, .guestsInParkHistory into ParkData struct

This commit is contained in:
Aaron van Geffen
2025-08-13 21:20:13 +02:00
parent b8bc487f19
commit e5ead99c83
16 changed files with 60 additions and 57 deletions

View File

@@ -310,7 +310,7 @@ private:
{ "mapSize", mapSize },
{ "day", date.GetMonthTicks() },
{ "month", date.GetMonthsElapsed() },
{ "guests", gameState.numGuestsInPark },
{ "guests", gameState.park.numGuestsInPark },
{ "parkValue", gameState.park.Value },
};