From 1dc0e81d95f1057ebf8d42f9932f7e1ba9b46136 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 9 Jun 2009 21:05:02 +0000 Subject: Make Hexen menu keys reconfigurable. Subversion-branch: /branches/raven-branch Subversion-revision: 1585 --- 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 3892b8d4..dd09f631 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -150,7 +150,9 @@ void D_BindVariables(void) I_BindVideoVariables(); I_BindJoystickVariables(); I_BindSoundVariables(); + M_BindBaseControls(); + M_BindMenuControls(); M_BindHereticControls(); M_BindHexenControls(); -- cgit v1.2.3