From 6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 25 Sep 2008 14:04:02 +0000 Subject: fixed keybindings. reworked the voting a bit. added vote spamming protection. added ingame voting hud. --- src/game/client/components/menus_settings.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/menus_settings.cpp') diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp index e43793a4..9311477e 100644 --- a/src/game/client/components/menus_settings.cpp +++ b/src/game/client/components/menus_settings.cpp @@ -250,6 +250,8 @@ void MENUS::render_settings_controls(RECT main_view) { "Console:", "toggle_local_console", 0 }, { "Remote Console:", "toggle_remote_console", 0 }, { "Screenshot:", "screenshot", 0 }, + { "Vote Yes:", "vote yes", 0 }, + { "Vote No:", "vote no", 0 }, }; const int key_count = sizeof(keys) / sizeof(KEYINFO); -- cgit 1.4.1