diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 0987a21572..8101a9c7b3 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -410,7 +410,6 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow { } break; - case GLAND_RIVER_PULLDOWN: SetDParam(0, _rivers[_settings_newgame.game_creation.amount_of_rivers]); break; case GLAND_RIVER_PULLDOWN: SetDParam(0, _rivers[_settings_newgame.game_creation.amount_of_rivers]); break; case GLAND_SMOOTHNESS_PULLDOWN: SetDParam(0, _smoothness[_settings_newgame.game_creation.tgen_smoothness]); break; case GLAND_VARIETY_PULLDOWN: SetDParam(0, _variety[_settings_newgame.game_creation.variety]); break;