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:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user