diff options
author | truelight <truelight@openttd.org> | 2005-01-08 15:26:58 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-01-08 15:26:58 +0000 |
commit | 141f85eed4a33333c830f311d6cf7ad0c7d384bb (patch) | |
tree | 8f50e2d145e45c9b32466f568a5eccb676651c96 | |
parent | 95a879fb7dfe96b918bc540b8a41f5d91a5ab9fe (diff) | |
download | openttd-141f85eed4a33333c830f311d6cf7ad0c7d384bb.tar.xz |
(svn r1430) -Fix: starting openttd with -g <invalid_name> now acts normal
-rw-r--r-- | ttd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -946,6 +946,7 @@ normal_load: _error_message = INVALID_STRING_ID; if (!SafeSaveOrLoad(_file_to_saveload.name, _file_to_saveload.mode, GM_NORMAL)) { + LoadIntroGame(); ShowErrorMessage(_error_message, STR_4009_GAME_LOAD_FAILED, 0, 0); } else { _opt_mod_ptr = &_opt; |