changeset 17501:62747f800fbf draft

(svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore)
author frosch <frosch@openttd.org>
date Fri, 18 Mar 2011 19:36:20 +0000
parents 128c3feaf9aa
children ed037ea22c51
files src/genworld_gui.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -603,8 +603,6 @@
 				break;
 
 			case GLAND_GENERATE_BUTTON: // Generate
-				MakeNewgameSettingsLive();
-
 				if (mode == GLWM_HEIGHTMAP &&
 						(this->x * 2 < (1U << _settings_newgame.game_creation.map_x) ||
 						this->x / 2 > (1U << _settings_newgame.game_creation.map_x) ||