summaryrefslogtreecommitdiff
path: root/src/setup/mode.c
diff options
context:
space:
mode:
authorSimon Howard2009-06-09 19:38:13 +0000
committerSimon Howard2009-06-09 19:38:13 +0000
commit557a502de5e1aa47ea2a002480ac7270cc6364bb (patch)
treeb07f5dacc7e86e4463acb137699297e7885e8b66 /src/setup/mode.c
parent627017d833c095586533b4e0cda2b4289f4d924a (diff)
downloadchocolate-doom-557a502de5e1aa47ea2a002480ac7270cc6364bb.tar.gz
chocolate-doom-557a502de5e1aa47ea2a002480ac7270cc6364bb.tar.bz2
chocolate-doom-557a502de5e1aa47ea2a002480ac7270cc6364bb.zip
Move menu/map/weapon key variables into common code, and bind variables.
Subversion-branch: /branches/raven-branch Subversion-revision: 1581
Diffstat (limited to 'src/setup/mode.c')
-rw-r--r--src/setup/mode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setup/mode.c b/src/setup/mode.c
index 54ebc2a2..9d900319 100644
--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -130,6 +130,9 @@ void InitBindings(void)
// Keyboard, mouse, joystick controls
M_BindBaseControls();
+ M_BindWeaponControls();
+ M_BindMapControls();
+ M_BindMenuControls();
if (gamemission == heretic || gamemission == hexen)
{