mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Update ParkData fields to new code style
This commit is contained in:
@@ -112,7 +112,7 @@ void ScreenshotCheck()
|
||||
|
||||
static std::string ScreenshotGetParkName()
|
||||
{
|
||||
return getGameState().park.Name;
|
||||
return getGameState().park.name;
|
||||
}
|
||||
|
||||
static std::string ScreenshotGetDirectory()
|
||||
|
||||
Reference in New Issue
Block a user