From 941a9e4e804a119f507b2794f9ccba850b96ec70 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 17 Jan 2006 20:48:39 +0000 Subject: [PATCH] changed newmouseparms to 0 0 0, in hopes of avoiding the winxp mouse acceleration bug git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5915 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_wgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid_wgl.c b/vid_wgl.c index 6f189c46..859fdc13 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -147,7 +147,7 @@ static int mouse_buttons; static int mouse_oldbuttonstate; static qboolean restore_spi; -static int originalmouseparms[3], newmouseparms[3] = {0, 0, 1}; +static int originalmouseparms[3], newmouseparms[3] = {0, 0, 0}; static unsigned int uiWheelMessage; static qboolean mouseparmsvalid; -- 2.39.2