r537 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Feb 8 13:06:20 EST 2006
Author: tma
Date: 2006-02-08 13:06:20 -0500 (Wed, 08 Feb 2006)
New Revision: 537
Modified:
trunk/code/unix/sdl_glimp.c
Log:
* OS X/SDL mouse sensitivity fix
Modified: trunk/code/unix/sdl_glimp.c
===================================================================
--- trunk/code/unix/sdl_glimp.c 2006-02-07 18:36:17 UTC (rev 536)
+++ trunk/code/unix/sdl_glimp.c 2006-02-08 18:06:20 UTC (rev 537)
@@ -1282,7 +1282,11 @@
in_joystickDebug = Cvar_Get ("in_debugjoystick", "0", CVAR_TEMP);
joy_threshold = Cvar_Get ("joy_threshold", "0.15", CVAR_ARCHIVE); // FIXME: in_joythreshold
+#ifdef MACOS_X
+ Cvar_Set( "cl_platformSensitivity", "1.0" );
+#else
Cvar_Set( "cl_platformSensitivity", "2.0" );
+#endif
if (in_mouse->value)
mouse_avail = qtrue;
More information about the quake3-commits
mailing list