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:
@@ -105,7 +105,7 @@ void ScreenshotCheck()
|
||||
|
||||
static std::string ScreenshotGetParkName()
|
||||
{
|
||||
return GetContext()->GetGameState()->GetPark().Name;
|
||||
return GetGameState().Park.Name;
|
||||
}
|
||||
|
||||
static std::string ScreenshotGetDirectory()
|
||||
|
||||
Reference in New Issue
Block a user