1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Move .suggestedGuestMaximum into ParkData struct

This commit is contained in:
Aaron van Geffen
2025-08-13 23:20:59 +02:00
parent b40c5bd3b4
commit a99ffd9736
7 changed files with 13 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ namespace OpenRCT2::Scripting
uint32_t ScPark::suggestedGuestMaximum_get() const
{
return getGameState().suggestedGuestMaximum;
return getGameState().park.suggestedGuestMaximum;
}
int32_t ScPark::guestGenerationProbability_get() const