changeset 11050:db05160944a3 draft

(svn r15390) -Cleanup: Remove old hack that wasn't used anymore.
author Yexo <Yexo@openttd.org>
date Sat, 07 Feb 2009 01:17:15 +0000
parents ed93627e213f
children f50edf69c453
files src/openttd.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -640,9 +640,6 @@
 
 	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;