1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Move Park to GameState_t

This commit is contained in:
Gymnasiast
2024-03-26 14:37:30 +01:00
parent 1f1377a8ef
commit 28451027b1
21 changed files with 45 additions and 60 deletions

View File

@@ -105,7 +105,7 @@ void ScreenshotCheck()
static std::string ScreenshotGetParkName()
{
return GetContext()->GetGameState()->GetPark().Name;
return GetGameState().Park.Name;
}
static std::string ScreenshotGetDirectory()