about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
authorOlle Rosenquist <phobos99@gmail.com>2007-10-14 13:54:02 +0000
committerOlle Rosenquist <phobos99@gmail.com>2007-10-14 13:54:02 +0000
commiteba83b7e194cc6b4ba76fd5e048d81279becfc35 (patch)
tree86d1a3dc38bcb7cc85744a68159f35d9023587e8 /src/game/game_variables.h
parent20680df032daed0d3ac9c598d2a47db5b3dd4781 (diff)
downloadzcatch-eba83b7e194cc6b4ba76fd5e048d81279becfc35.tar.gz
zcatch-eba83b7e194cc6b4ba76fd5e048d81279becfc35.zip
Sniper
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index 7be4c86b..a72f79dc 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -7,6 +7,9 @@ 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_weapon5, '5', 32, 512)
+MACRO_CONFIG_INT(key_weapon6, '6', 32, 512)
+MACRO_CONFIG_INT(key_weapon7, '7', 32, 512)
 
 MACRO_CONFIG_INT(key_next_weapon, 382, 32, 512)
 MACRO_CONFIG_INT(key_prev_weapon, 383, 32, 512)