diff options
author | Yexo <yexo@openttd.org> | 2009-02-07 01:17:15 +0000 |
---|---|---|
committer | Yexo <yexo@openttd.org> | 2009-02-07 01:17:15 +0000 |
commit | 322515e8d51381ef6681c7af5394d0a11e1e0bd3 (patch) | |
tree | e6d6e9ab2dab9ba0369ef128af51107bdfd12611 | |
parent | 967491a22d6828686f17c9ea6215d3a48cee7dc8 (diff) | |
download | openttd-322515e8d51381ef6681c7af5394d0a11e1e0bd3.tar.xz |
(svn r15390) -Cleanup: Remove old hack that wasn't used anymore.
-rw-r--r-- | src/openttd.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index cb2865842..8fdbc5d21 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -640,9 +640,6 @@ int ttd_main(int argc, char *argv[]) ResetGRFConfig(false); - /* XXX - ugly hack, if diff_level is 9, it means we got no setting from the config file */ - if (_settings_newgame.difficulty.diff_level == 9) SetDifficultyLevel(0, &_settings_newgame.difficulty); - /* Copy the settings needed for creating a new map. */ _settings_game.game_creation = _settings_newgame.game_creation; |