mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Rename public general config data members
This commit is contained in:
@@ -364,7 +364,7 @@ void screenshot_giant()
|
||||
{
|
||||
viewport.flags = vp->flags;
|
||||
}
|
||||
if (gConfigGeneral.transparent_screenshot)
|
||||
if (gConfigGeneral.TransparentScreenshot)
|
||||
{
|
||||
viewport.flags |= VIEWPORT_FLAG_TRANSPARENT_BACKGROUND;
|
||||
}
|
||||
@@ -556,7 +556,7 @@ static void ApplyOptions(const ScreenshotOptions* options, rct_viewport& viewpor
|
||||
CheatsSet(CheatType::RemoveLitter);
|
||||
}
|
||||
|
||||
if (options->transparent || gConfigGeneral.transparent_screenshot)
|
||||
if (options->transparent || gConfigGeneral.TransparentScreenshot)
|
||||
{
|
||||
viewport.flags |= VIEWPORT_FLAG_TRANSPARENT_BACKGROUND;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user