summaryrefslogtreecommitdiff
path: root/src/setup/keyboard.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-20 21:13:35 +0000
committerSimon Howard2011-10-20 21:13:35 +0000
commitabfc7bfe709000c1ca82654b64e6b43d3e06308a (patch)
tree39ef2bb0b10725ba65e48d427f6c835eb9ef3a56 /src/setup/keyboard.c
parentd6693cc9e17fdbee7033e47b7b8da249da118d8f (diff)
downloadchocolate-doom-abfc7bfe709000c1ca82654b64e6b43d3e06308a.tar.gz
chocolate-doom-abfc7bfe709000c1ca82654b64e6b43d3e06308a.tar.bz2
chocolate-doom-abfc7bfe709000c1ca82654b64e6b43d3e06308a.zip
Fix Konami code.
Subversion-branch: /branches/v2-branch Subversion-revision: 2445
Diffstat (limited to 'src/setup/keyboard.c')
-rw-r--r--src/setup/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/setup/keyboard.c b/src/setup/keyboard.c
index 3f9f6d89..4c74fd4e 100644
--- a/src/setup/keyboard.c
+++ b/src/setup/keyboard.c
@@ -31,7 +31,7 @@
#include "joystick.h"
#include "keyboard.h"
-static int vanilla_keyboard_mapping = 1;
+int vanilla_keyboard_mapping = 1;
static int always_run = 0;
@@ -385,4 +385,3 @@ void BindKeyboardVariables(void)
{
M_BindVariable("vanilla_keyboard_mapping", &vanilla_keyboard_mapping);
}
-