diff --git a/src/openrct2/Context.cpp b/src/openrct2/Context.cpp index 65b8e49a46..653dc0a0b6 100644 --- a/src/openrct2/Context.cpp +++ b/src/openrct2/Context.cpp @@ -981,10 +981,11 @@ namespace OpenRCT2 Editor::Load(); return GetGameScene(); } - else if (!Editor::LoadLandscape(gOpenRCT2StartupActionPath)) + else if (Editor::LoadLandscape(gOpenRCT2StartupActionPath)) { - return GetTitleScene(); + return GetGameScene(); } + [[fallthrough]]; } default: {