Changeset - r11050:73b6b0244342
[Not reviewed]
master
0 1 0
Yexo - 15 years ago 2009-02-07 01:17:15
yexo@openttd.org
(svn r15390) -Cleanup: Remove old hack that wasn't used anymore.
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/openttd.cpp
Show inline comments
 
@@ -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;
 

	
0 comments (0 inline, 0 general)