about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-08-05 23:00:32 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-08-05 23:00:32 +0000
commit313781b365dcce8dce03a3c26babdcb4637ca2bf (patch)
tree9ba43c34f29818929f067fde1d82f0d0b64eeae8 /src/game/game_variables.h
parent01306887157deabe2c4d5ea0ffd0813fcc874f89 (diff)
downloadzcatch-313781b365dcce8dce03a3c26babdcb4637ca2bf.tar.gz
zcatch-313781b365dcce8dce03a3c26babdcb4637ca2bf.zip
scroll wheel for weapon switch
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index 2e91bd2b..6b380f85 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -7,6 +7,7 @@ MACRO_CONFIG_INT(key_weapon1, 49, 32, 512)
 MACRO_CONFIG_INT(key_weapon2, 50, 32, 512)
 MACRO_CONFIG_INT(key_weapon3, 51, 32, 512)
 MACRO_CONFIG_INT(key_weapon4, 52, 32, 512)
+MACRO_CONFIG_INT(scroll_weapon, 1, 0, 1)
 
 MACRO_CONFIG_INT(scorelimit, 20, 0, 1000)
 MACRO_CONFIG_INT(timelimit, 0, 0, 1000)