diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-04 22:37:35 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-04 22:37:35 +0000 |
| commit | b73dcec3975877fd374b55b425c99bb1d6921b53 (patch) | |
| tree | 4463603511162ff4986bccfa37ee8768848a20eb /src/game/game_variables.h | |
| parent | 10812e621a4cf485a62d76444a6af5dec6cc92f1 (diff) | |
| download | zcatch-b73dcec3975877fd374b55b425c99bb1d6921b53.tar.gz zcatch-b73dcec3975877fd374b55b425c99bb1d6921b53.zip | |
added mousewheel support. added next/prev weapon support
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 464f30a9..889b8786 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -7,6 +7,10 @@ MACRO_CONFIG_INT(key_weapon1, '1', 32, 512) MACRO_CONFIG_INT(key_weapon2, '2', 32, 512) MACRO_CONFIG_INT(key_weapon3, '3', 32, 512) MACRO_CONFIG_INT(key_weapon4, '4', 32, 512) + +MACRO_CONFIG_INT(key_next_weapon, 382, 32, 512) +MACRO_CONFIG_INT(key_prev_weapon, 383, 32, 512) + MACRO_CONFIG_INT(key_emoticon, 'E', 32, 512) MACRO_CONFIG_INT(key_chat, 'T', 32, 512) |