Rename cvar "in_joystickThreshold" to "joy_threshold" as QVMs use the latter name.

This commit is contained in:
Thilo Schulz 2011-03-08 02:14:39 +00:00
parent 8c3f320504
commit 37727b892c
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ void IN_Init( void )
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 );