summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-03-18 19:36:20 +0000
committerfrosch <frosch@openttd.org>2011-03-18 19:36:20 +0000
commit93272478b7a652405da2c19bf9fab428dfd6745b (patch)
tree5f3c55691c06d03f9e2439cb3a51e1119f29ef0c /src/genworld_gui.cpp
parent0e17cbc9f83cbb5accfc1d612dc4db4edf7a7603 (diff)
downloadopenttd-93272478b7a652405da2c19bf9fab428dfd6745b.tar.xz
(svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore)
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp2
1 files changed, 0 insertions, 2 deletions
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) ||