summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-08 15:26:58 +0000
committertruelight <truelight@openttd.org>2005-01-08 15:26:58 +0000
commit141f85eed4a33333c830f311d6cf7ad0c7d384bb (patch)
tree8f50e2d145e45c9b32466f568a5eccb676651c96 /ttd.c
parent95a879fb7dfe96b918bc540b8a41f5d91a5ab9fe (diff)
downloadopenttd-141f85eed4a33333c830f311d6cf7ad0c7d384bb.tar.xz
(svn r1430) -Fix: starting openttd with -g <invalid_name> now acts normal
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index 39b9a4f42..1a26dbfb3 100644
--- a/ttd.c
+++ b/ttd.c
@@ -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;