Changeset - r28389:d1118c144a7d
[Not reviewed]
master
0 59 0
Rubidium - 10 months ago 2024-01-03 21:33:38
rubidium@openttd.org
Codechange: coding style fixes
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/settings_gui.cpp
Show inline comments
 
@@ -688,7 +688,7 @@ struct GameOptionsWindow : Window {
 
			case WID_GO_BASE_GRF_DROPDOWN:
 
				if (_game_mode == GM_MENU) {
 
					CloseWindowByClass(WC_GRF_PARAMETERS);
 
					auto* set = BaseGraphics::GetSet(index);
 
					auto set = BaseGraphics::GetSet(index);
 
					BaseGraphics::SetSet(set);
 
					this->reload = true;
 
					this->InvalidateData();
 
@@ -697,7 +697,7 @@ struct GameOptionsWindow : Window {
 

	
 
			case WID_GO_BASE_SFX_DROPDOWN:
 
				if (_game_mode == GM_MENU) {
 
					auto* set = BaseSounds::GetSet(index);
 
					auto set = BaseSounds::GetSet(index);
 
					BaseSounds::ini_set = set->name;
 
					BaseSounds::SetSet(set);
 
					this->reload = true;
0 comments (0 inline, 0 general)