HomeSort by relevance Sort by last modified time
    Searched refs:pitchvel (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
view.c 160 if (cl.nodrift || !cl.pitchvel)
162 cl.pitchvel = v_centerspeed.value;
172 cl.pitchvel = 0;
195 cl.pitchvel = 0;
218 cl.pitchvel = 0;
222 move = host_frametime * cl.pitchvel;
223 cl.pitchvel += host_frametime * v_centerspeed.value;
231 cl.pitchvel = 0;
240 cl.pitchvel = 0;
client.h 252 float pitchvel; member in struct:__anon10366
  /external/quake/quake/src/WinQuake/
view.cpp 154 if (cl.nodrift || !cl.pitchvel)
156 cl.pitchvel = v_centerspeed.value;
166 cl.pitchvel = 0;
189 cl.pitchvel = 0;
212 cl.pitchvel = 0;
216 move = host_frametime * cl.pitchvel;
217 cl.pitchvel += host_frametime * v_centerspeed.value;
225 cl.pitchvel = 0;
234 cl.pitchvel = 0;
client.h 182 float pitchvel; member in struct:__anon10651

Completed in 500 milliseconds