mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Close #12457: Rename INTRO_STATE to use PascalCase
This commit is contained in:
@@ -444,7 +444,7 @@ static void benchgfx_render_screenshots(const char* inputPath, std::unique_ptr<I
|
||||
return;
|
||||
}
|
||||
|
||||
gIntroState = INTRO_STATE::INTRO_STATE_NONE;
|
||||
gIntroState = IntroState::None;
|
||||
gScreenFlags = SCREEN_FLAGS_PLAYING;
|
||||
|
||||
// Create Viewport and DPI for every rotation and zoom.
|
||||
@@ -649,7 +649,7 @@ int32_t cmdline_for_screenshot(const char** argv, int32_t argc, ScreenshotOption
|
||||
throw std::runtime_error("Failed to load park.");
|
||||
}
|
||||
|
||||
gIntroState = INTRO_STATE::INTRO_STATE_NONE;
|
||||
gIntroState = IntroState::None;
|
||||
gScreenFlags = SCREEN_FLAGS_PLAYING;
|
||||
|
||||
rct_viewport viewport{};
|
||||
|
||||
Reference in New Issue
Block a user