1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Refactor intro into IntroScene

This commit is contained in:
Aaron van Geffen
2024-04-26 20:35:16 +02:00
parent 255e89ec37
commit 56cbc0eb8a
14 changed files with 389 additions and 362 deletions

View File

@@ -12,7 +12,6 @@
#include "../Context.h"
#include "../Game.h"
#include "../GameState.h"
#include "../Intro.h"
#include "../OpenRCT2.h"
#include "../PlatformEnvironment.h"
#include "../actions/CheatSetAction.h"
@@ -490,7 +489,6 @@ int32_t CommandLineForScreenshot(const char** argv, int32_t argc, ScreenshotOpti
throw std::runtime_error("Failed to load park.");
}
gIntroState = IntroState::None;
gScreenFlags = SCREEN_FLAGS_PLAYING;
Viewport viewport{};