1
0
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:
Michael Steenbeek
2025-03-05 21:45:04 +01:00
committed by GitHub
parent 7a823bf928
commit 06c1fed4f7
91 changed files with 331 additions and 315 deletions

View File

@@ -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)