1
0
Fork 0

(svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore)

release/1.2
frosch 2011-03-18 19:36:20 +00:00
parent 0e17cbc9f8
commit 93272478b7
1 changed files with 0 additions and 2 deletions

View File

@ -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) ||