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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/setup/keyboard.h') diff --git a/src/setup/keyboard.h b/src/setup/keyboard.h index 12059bf8..5ca4bac6 100644 --- a/src/setup/keyboard.h +++ b/src/setup/keyboard.h @@ -25,5 +25,6 @@ void ConfigKeyboard(void); void BindKeyboardVariables(void); -#endif /* #ifndef SETUP_KEYBOARD_H */ +extern int vanilla_keyboard_mapping; +#endif /* #ifndef SETUP_KEYBOARD_H */ -- cgit v1.2.3