Skip to content

Commit

Permalink
* OS X/SDL mouse sensitivity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Feb 8, 2006
1 parent ef19ccd commit 1911b2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/unix/sdl_glimp.c
Expand Up @@ -1282,7 +1282,11 @@ void IN_Init(void) {
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;
Expand Down

0 comments on commit 1911b2a

Please sign in to comment.