# HG changeset patch # User frosch # Date 2011-03-18 19:36:20 # Node ID 63e7b80b328b68a56fad81acca156b7b01b40a93 # Parent 7d4057a9ce66dd71c35665a0d2b29b7712a5d304 (svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore) diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -603,8 +603,6 @@ struct GenerateLandscapeWindow : public 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) ||