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/mouse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/setup/mouse.c') diff --git a/src/setup/mouse.c b/src/setup/mouse.c index 5b555f88..76ded3dd 100644 --- a/src/setup/mouse.c +++ b/src/setup/mouse.c @@ -34,12 +34,13 @@ static int usemouse = 1; -static int novert = 0; static int mouseSensitivity = 5; static float mouse_acceleration = 2.0; static int mouse_threshold = 10; static int grabmouse = 1; +int novert = 0; + static int *all_mouse_buttons[] = { &mousebfire, &mousebstrafe, @@ -166,4 +167,3 @@ void BindMouseVariables(void) M_BindVariable("mouse_threshold", &mouse_threshold); M_BindVariable("grabmouse", &grabmouse); } - -- cgit v1.2.3