diff --git a/src/openttd.cpp b/src/openttd.cpp index 7f8df22d42..22f7b433e5 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -816,9 +816,9 @@ bool SafeSaveOrLoad(const char *filename, int mode, int newgm, Subdirectory subd case SL_REINIT: switch (ogm) { + default: case GM_MENU: LoadIntroGame(); break; case GM_EDITOR: MakeNewEditorWorld(); break; - default: MakeNewGame(false); break; } return false;