Home
last modified time | relevance | path

Searched refs:driftmove (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
Dview.c164 cl.driftmove = 0; in V_StartPitchDrift()
194 cl.driftmove = 0; in V_DriftPitch()
203 cl.driftmove = 0; in V_DriftPitch()
205 cl.driftmove += host_frametime; in V_DriftPitch()
207 if ( cl.driftmove > v_centermove.value) in V_DriftPitch()
Dclient.h254 float driftmove; member
/external/quake/quake/src/WinQuake/
Dview.cpp158 cl.driftmove = 0; in V_StartPitchDrift()
188 cl.driftmove = 0; in V_DriftPitch()
197 cl.driftmove = 0; in V_DriftPitch()
199 cl.driftmove += host_frametime; in V_DriftPitch()
201 if ( cl.driftmove > v_centermove.value) in V_DriftPitch()
Dclient.h184 float driftmove; member