diff options
author | frosch <frosch@openttd.org> | 2011-03-18 19:36:20 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-03-18 19:36:20 +0000 |
commit | 93272478b7a652405da2c19bf9fab428dfd6745b (patch) | |
tree | 5f3c55691c06d03f9e2439cb3a51e1119f29ef0c /src | |
parent | 0e17cbc9f83cbb5accfc1d612dc4db4edf7a7603 (diff) | |
download | openttd-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')
-rw-r--r-- | src/genworld_gui.cpp | 2 |
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) || |