Whitespace, plus a sprinkling of FIXME markers...

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-07-02 18:35:36 +00:00
parent 1ca1154964
commit ec5440fccc

View file

@ -380,7 +380,7 @@ IN_Getimpulse_f (void)
0 if held then released, and 0 if held then released, and
1.0 if held for the entire time 1.0 if held for the entire time
*/ */
float float // FIXME: float? for 4 states? Ugh!
CL_KeyState (kbutton_t *key) CL_KeyState (kbutton_t *key)
{ {
float val; float val;
@ -471,6 +471,7 @@ CL_AdjustAngles (void)
if (up || down) if (up || down)
V_StopPitchDrift (); V_StopPitchDrift ();
// FIXME: Need to clean up view angle limits
if (cl.viewangles[PITCH] > 80) if (cl.viewangles[PITCH] > 80)
cl.viewangles[PITCH] = 80; cl.viewangles[PITCH] = 80;
if (cl.viewangles[PITCH] < -70) if (cl.viewangles[PITCH] < -70)
@ -480,10 +481,8 @@ CL_AdjustAngles (void)
cl.viewangles[ROLL] = 50; cl.viewangles[ROLL] = 50;
if (cl.viewangles[ROLL] < -50) if (cl.viewangles[ROLL] < -50)
cl.viewangles[ROLL] = -50; cl.viewangles[ROLL] = -50;
} }
/* /*
CL_BaseMove CL_BaseMove