From abfc7bfe709000c1ca82654b64e6b43d3e06308a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 20 Oct 2011 21:13:35 +0000 Subject: Fix Konami code. Subversion-branch: /branches/v2-branch Subversion-revision: 2445 --- src/setup/keyboard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/setup/keyboard.c') 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); } - -- cgit v1.2.3