author | peter1138 |
Wed, 20 Feb 2008 19:37:02 +0000 | |
changeset 9115 | d47d4d95c5e1 |
parent 9114 | 6e7d4c2a60ae |
child 9116 | 6c4b16c2ebea |
src/openttd.cpp | file | annotate | diff | comparison | revisions |
--- a/src/openttd.cpp Wed Feb 20 19:34:53 2008 +0000 +++ b/src/openttd.cpp Wed Feb 20 19:37:02 2008 +0000 @@ -816,9 +816,9 @@ case SL_REINIT: switch (ogm) { + default: case GM_MENU: LoadIntroGame(); break; case GM_EDITOR: MakeNewEditorWorld(); break; - default: MakeNewGame(false); break; } return false;