From 9db848a3abe47feb3d5f9d34bfb9528791c40c38 Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 18 Mar 2011 19:36:20 +0000 Subject: [PATCH] (svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore) --- src/genworld_gui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index fffdb1587f..90d7ab927c 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -603,8 +603,6 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow { 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) ||