summaryrefslogtreecommitdiff
path: root/src/setup/keyboard.c
diff options
context:
space:
mode:
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);
}
-