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/binds.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/binds.hpp') diff --git a/src/game/client/components/binds.hpp b/src/game/client/components/binds.hpp index 1c9bf388..bdf242f9 100644 --- a/src/game/client/components/binds.hpp +++ b/src/game/client/components/binds.hpp @@ -27,6 +27,7 @@ public: void set_defaults(); void unbindall(); const char *get(int keyid); + const char *get_key(const char *bindstr); virtual void on_save(); virtual void on_console_init(); -- cgit 1.4.1