From bf5e0c10cea257c3dccc6691f889c5d50d6e4fbf Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 18 Feb 2005 22:17:33 +0000 Subject: (svn r1889) -Fix: [ 1108637 ] 'Play scenario' now loads game options and difficulty, 'Load game' starts game with user-selected values. --- ttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 7484626b4..dfb806e3e 100644 --- a/ttd.c +++ b/ttd.c @@ -890,7 +890,6 @@ normal_load: LoadIntroGame(); ShowErrorMessage(_error_message, STR_4009_GAME_LOAD_FAILED, 0, 0); } else { - _opt_mod_ptr = &_opt; _local_player = 0; DoCommandP(0, 0, 0, NULL, CMD_PAUSE); // decrease pause counter (was increased from opening load dialog) #ifdef ENABLE_NETWORK @@ -908,6 +907,7 @@ normal_load: if (SafeSaveOrLoad(_file_to_saveload.name, _file_to_saveload.mode, GM_EDITOR)) { _opt_mod_ptr = &_opt; + _opt_mod_temp = _opt; _local_player = OWNER_NONE; _generating_world = true; -- cgit v1.2.3-54-g00ecf