diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -248,8 +248,8 @@ void StartGeneratingLandscape(glwp_modes { DeleteAllNonVitalWindows(); - /* Copy all XXX_newgame to XXX when coming from outside the editor */ - MakeNewgameSettingsLive(); + /* Copy the settings needed for creating a new map. */ + _settings_game.game_creation = _settings_newgame.game_creation; ResetGRFConfig(true); SndPlayFx(SND_15_BEEP); @@ -441,8 +441,6 @@ struct GenerateLandscapeWindow : public break; case GLAND_GENERATE_BUTTON: // Generate - MakeNewgameSettingsLive(); - if (mode == GLWP_HEIGHTMAP && (this->x * 2 < (1U << _settings_newgame.game_creation.map_x) || this->x / 2 > (1U << _settings_newgame.game_creation.map_x) ||