1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Fix #5789: No missing obj notification when loading from cmd line

This commit is contained in:
rwjuk
2017-07-04 23:33:30 +01:00
committed by Michał Janiszewski
parent 3151b2b9da
commit fe140c5c20
4 changed files with 37 additions and 6 deletions

View File

@@ -287,7 +287,6 @@ namespace OpenRCT2
if (!parkLoaded)
{
Console::Error::WriteLine("Failed to load '%s'", gOpenRCT2StartupActionPath);
title_load();
break;
}