diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-25 14:04:02 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-25 14:04:02 +0000 |
| commit | 6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c (patch) | |
| tree | cc8a72be53f461ca06dda2f15cc0b56679a9e417 /src/game/client/components/menus_settings.cpp | |
| parent | f96be4eb0ed4430013c8ecfcb043c049d5103479 (diff) | |
| download | zcatch-6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c.tar.gz zcatch-6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c.zip | |
fixed keybindings. reworked the voting a bit. added vote spamming protection. added ingame voting hud.
Diffstat (limited to 'src/game/client/components/menus_settings.cpp')
| -rw-r--r-- | src/game/client/components/menus_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |