fix a /really lame/ bug that killed both invert mouse and mlook in one fell

swoop.
This commit is contained in:
Bill Currie 2000-03-28 03:41:06 +00:00
parent ceff666081
commit 56bf6beed5
2 changed files with 2 additions and 2 deletions

View file

@ -442,7 +442,7 @@ M_AdjustSliders ( int dir )
break;
case 9: // invert mouse
Cvar_Set("m_pitch", va("%d", -m_pitch->value));
Cvar_Set("m_pitch", va("%f", -m_pitch->value));
break;
case 10: // lookspring

View file

@ -1152,7 +1152,7 @@ M_AdjustSliders ( int dir )
break;
case 9: // invert mouse
Cvar_Set("m_pitch", va("%d", -m_pitch->value));
Cvar_Set("m_pitch", va("%f", -m_pitch->value));
break;
case 10: // lookspring