mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Refactor gScreenFlags to LegacyScene enum
This commit is contained in:
committed by
GitHub
parent
7a823bf928
commit
06c1fed4f7
@@ -465,7 +465,7 @@ int32_t CommandLineForScreenshot(const char** argv, int32_t argc, ScreenshotOpti
|
||||
throw std::runtime_error("Failed to load park.");
|
||||
}
|
||||
|
||||
gScreenFlags = SCREEN_FLAGS_PLAYING;
|
||||
gLegacyScene = LegacyScene::playing;
|
||||
|
||||
Viewport viewport{};
|
||||
if (giantScreenshot)
|
||||
|
||||
Reference in New Issue
Block a user