about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/game_variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index df69a2da..bd94106a 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -4,5 +4,5 @@ MACRO_CONFIG_STR(player_name, 32, "nameless tee")
 MACRO_CONFIG_INT(key_move_left, 65, 32, 512)
 MACRO_CONFIG_INT(key_move_right, 68, 32, 512)
 MACRO_CONFIG_INT(key_jump, 32, 32, 512)
-MACRO_CONFIG_INT(key_fire, 33, 32, 512)
-MACRO_CONFIG_INT(key_hook, 34, 32, 512)
+MACRO_CONFIG_INT(key_fire, 384, 32, 512)
+MACRO_CONFIG_INT(key_hook, 385, 32, 512)