From 93272478b7a652405da2c19bf9fab428dfd6745b Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 18 Mar 2011 19:36:20 +0000 Subject: (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(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index fffdb1587..90d7ab927 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) || -- cgit v1.2.3-54-g00ecf