mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Rename cvar "in_joystickThreshold" to "joy_threshold" as QVMs use the latter name.
This commit is contained in:
parent
8c3f320504
commit
37727b892c
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue