1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix loading editor from command line

This commit is contained in:
Aaron van Geffen
2024-05-02 23:11:53 +02:00
parent 770277ab95
commit c92d3bf018

View File

@@ -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:
{