From 49fb18f0d5ec9643794e0cbe156c27a9883e5dd7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 8 Mar 2011 20:20:32 +0000 Subject: Removed mouse control deadzone in the center of the screen. --- src/client/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index 2565189..ad837a9 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -52,7 +52,6 @@ float joystick_lastmoved_time(); /// current modifier Key::Modifier modifier(); -extern bool mouse_deadzone; extern bool mouse_control; extern bool joystick_control; -- cgit v1.2.3