From d1f24077aae2c1258b26688bc67c89c566645576 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 10 Jun 2009 19:49:29 +0000 Subject: Make Hexen weapon and map keys reconfigurable. Subversion-branch: /branches/raven-branch Subversion-revision: 1587 --- src/hexen/h2_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hexen/h2_main.c') 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(); -- cgit v1.2.3