[quake3-commits] r1917 - trunk/code/sdl

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 7 21:14:39 EST 2011


Author: thilo
Date: 2011-03-07 21:14:39 -0500 (Mon, 07 Mar 2011)
New Revision: 1917

Modified:
   trunk/code/sdl/sdl_input.c
Log:
Rename cvar "in_joystickThreshold" to "joy_threshold" as QVMs use the latter name.


Modified: trunk/code/sdl/sdl_input.c
===================================================================
--- trunk/code/sdl/sdl_input.c	2011-03-08 01:39:34 UTC (rev 1916)
+++ trunk/code/sdl/sdl_input.c	2011-03-08 02:14:39 UTC (rev 1917)
@@ -1005,7 +1005,7 @@
 
 	in_joystick = Cvar_Get( "in_joystick", "0", CVAR_ARCHIVE|CVAR_LATCH );
 	in_joystickDebug = Cvar_Get( "in_joystickDebug", "0", CVAR_TEMP );
-	in_joystickThreshold = Cvar_Get( "in_joystickThreshold", "0.15", CVAR_ARCHIVE );
+	in_joystickThreshold = Cvar_Get( "joy_threshold", "0.15", CVAR_ARCHIVE );
 
 #ifdef MACOS_X_ACCELERATION_HACK
 	in_disablemacosxmouseaccel = Cvar_Get( "in_disablemacosxmouseaccel", "1", CVAR_ARCHIVE );



More information about the quake3-commits mailing list