Home
last modified time | relevance | path

Searched refs:PF_VELOCITY3 (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
Dprotocol.h157 #define PF_VELOCITY3 (1<<4) macro
/external/quake/quake/src/QW/server/
Dsv_ents.c371 pflags &= PF_VELOCITY1 | PF_VELOCITY2 | PF_VELOCITY3; in SV_WritePlayersToClient()