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

  /external/quake/quake/src/QW/client/
protocol.h 155 #define PF_VELOCITY1 (1<<2)
cl_ents.c 699 if (flags & (PF_VELOCITY1<<i) )
  /external/quake/quake/src/QW/server/
sv_ents.c 359 pflags |= PF_VELOCITY1<<i;
371 pflags &= PF_VELOCITY1 | PF_VELOCITY2 | PF_VELOCITY3;
419 if (pflags & (PF_VELOCITY1<<i) )

Completed in 54 milliseconds