1
0
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:
Gymnasiast
2025-08-21 20:50:23 +02:00
parent 1bdad53998
commit 9c810d9e32
71 changed files with 389 additions and 389 deletions

View File

@@ -112,7 +112,7 @@ void ScreenshotCheck()
static std::string ScreenshotGetParkName()
{
return getGameState().park.Name;
return getGameState().park.name;
}
static std::string ScreenshotGetDirectory()