about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-01-06 13:17:54 +0100
committeroy <Tom_Adams@web.de>2011-01-06 13:17:54 +0100
commit418dd8eccc5ab881b8c05dd857603ce0ccf6cd6c (patch)
treed9b7da8988d83bb585f6d6a3ba915cf8eca77f8c /src/game
parente71263d686f712deb9ac5d3ed737c415dec815e2 (diff)
downloadzcatch-418dd8eccc5ab881b8c05dd857603ce0ccf6cd6c.tar.gz
zcatch-418dd8eccc5ab881b8c05dd857603ce0ccf6cd6c.zip
added fix by CarmineZ for missing option in the control settings. Closes #395
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/components/menus_settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp
index a43a7057..a1779796 100644
--- a/src/game/client/components/menus_settings.cpp
+++ b/src/game/client/components/menus_settings.cpp
@@ -458,7 +458,7 @@ void CMenus::RenderSettingsControls(CUIRect MainView)
 		TextRender()->Text(0, MiscSettings.x, MiscSettings.y, 14.0f*UI()->Scale(), Localize("Miscellaneous"), -1);
 
 		MiscSettings.HSplitTop(14.0f+5.0f+10.0f, 0, &MiscSettings);
-		UiDoGetButtons(17, 21, MiscSettings);
+		UiDoGetButtons(17, 22, MiscSettings);
 	}
 
 	// defaults