From 679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sat, 15 Jan 2011 15:36:58 +0000 Subject: (svn r21803) -Cleanup: Remove unnecessary semicolons. --- src/genworld_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index c16742fa3..7c01b1625 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -755,7 +755,7 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow { this->widget_id = widget; SetDParam(0, _settings_newgame.game_creation.custom_town_number); ShowQueryString(STR_JUST_INT, STR_MAPGEN_NUMBER_OF_TOWNS, 5, 50, this, CS_NUMERAL, QSF_NONE); - }; + } IConsoleSetSetting("difficulty.number_towns", index); break; @@ -776,7 +776,7 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow { this->widget_id = widget; SetDParam(0, _settings_newgame.game_creation.custom_sea_level); ShowQueryString(STR_JUST_INT, STR_MAPGEN_QUANTITY_OF_SEA_LAKES, 3, 50, this, CS_NUMERAL, QSF_NONE); - }; + } GameMode old_gm = _game_mode; _game_mode = GM_MENU; IConsoleSetSetting("difficulty.quantity_sea_lakes", index); -- cgit v1.2.3-54-g00ecf