File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/settings_gui.cpp
Show inline comments
 
@@ -384,7 +384,7 @@ struct GameOptionsWindow : Window {
 
			case GOW_TOWNNAME_DROPDOWN: // Town names
 
				if (_game_mode == GM_MENU || Town::GetNumItems() == 0) {
 
					this->opt->game_creation.town_name = index;
 
					InvalidateWindow(WC_GAME_OPTIONS, 0);
 
					SetWindowDirty(WC_GAME_OPTIONS, 0);
 
				}
 
				break;