# HG changeset patch # User Yexo # Date 2009-02-07 01:17:15 # Node ID 73b6b024434226a5a5e3bf5485ad6a4910bbd2f2 # Parent 6eb2c87ed64a69c66304a8e5c0719911ee0050a7 (svn r15390) -Cleanup: Remove old hack that wasn't used anymore. diff --git a/src/openttd.cpp b/src/openttd.cpp --- 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;