From 313781b365dcce8dce03a3c26babdcb4637ca2bf Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Sun, 5 Aug 2007 23:00:32 +0000 Subject: scroll wheel for weapon switch --- src/game/game_variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/game_variables.h') 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) -- cgit 1.4.1