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:
@@ -310,7 +310,7 @@ private:
|
||||
{ "mapSize", mapSize },
|
||||
{ "day", date.GetMonthTicks() },
|
||||
{ "month", date.GetMonthsElapsed() },
|
||||
{ "guests", gameState.numGuestsInPark },
|
||||
{ "guests", gameState.park.numGuestsInPark },
|
||||
{ "parkValue", gameState.park.Value },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user