From: havoc Date: Tue, 17 Jan 2006 20:48:39 +0000 (+0000) Subject: changed newmouseparms to 0 0 0, in hopes of avoiding the winxp mouse acceleration bug X-Git-Tag: xonotic-v0.1.0preview~4381 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=941a9e4e804a119f507b2794f9ccba850b96ec70;p=xonotic%2Fdarkplaces.git 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 --- 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;