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

  /external/quake/quake/src/WinQuake/
sv_phys.cpp 218 SV_FlyMove
229 int SV_FlyMove (edict_t *ent, float time, trace_t *steptrace)
279 Sys_Error ("SV_FlyMove: !trace.ent");
933 clip = SV_FlyMove (ent, 0.1, &steptrace);
976 clip = SV_FlyMove (ent, host_frametime, &steptrace);
1013 clip = SV_FlyMove (ent, host_frametime, &steptrace);
1110 SV_FlyMove (ent, host_frametime, NULL);
    [all...]
  /external/quake/quake/src/QW/server/
sv_phys.c 227 SV_FlyMove
238 int SV_FlyMove (edict_t *ent, float time, trace_t *steptrace)
285 SV_Error ("SV_FlyMove: !trace.ent");
804 SV_FlyMove (ent, host_frametime, NULL);

Completed in 22 milliseconds