]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed newmouseparms to 0 0 0, in hopes of avoiding the winxp mouse acceleration bug
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Jan 2006 20:48:39 +0000 (20:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Jan 2006 20:48:39 +0000 (20:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5915 d7cf8633-e32d-0410-b094-e92efae38249

vid_wgl.c

index 6f189c460a5bc62c04477577a84a422fb73dad92..859fdc137cdbb3a58902283b00c9a488c666eb13 100644 (file)
--- 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;