summaryrefslogtreecommitdiff
path: root/src/hexen/h2_main.c
diff options
context:
space:
mode:
authorSimon Howard2009-06-10 19:49:29 +0000
committerSimon Howard2009-06-10 19:49:29 +0000
commitd1f24077aae2c1258b26688bc67c89c566645576 (patch)
treef18d8ee7ccdb8015dc513560b119b19a13a2c116 /src/hexen/h2_main.c
parent1dc0e81d95f1057ebf8d42f9932f7e1ba9b46136 (diff)
downloadchocolate-doom-d1f24077aae2c1258b26688bc67c89c566645576.tar.gz
chocolate-doom-d1f24077aae2c1258b26688bc67c89c566645576.tar.bz2
chocolate-doom-d1f24077aae2c1258b26688bc67c89c566645576.zip
Make Hexen weapon and map keys reconfigurable.
Subversion-branch: /branches/raven-branch Subversion-revision: 1587
Diffstat (limited to 'src/hexen/h2_main.c')
-rw-r--r--src/hexen/h2_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index dd09f631..6c6ab560 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -152,7 +152,9 @@ void D_BindVariables(void)
I_BindSoundVariables();
M_BindBaseControls();
+ M_BindMapControls();
M_BindMenuControls();
+ M_BindWeaponControls();
M_BindHereticControls();
M_BindHexenControls();