Home
last modified time | relevance | path

Searched refs:SU_ONGROUND (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dprotocol.h54 #define SU_ONGROUND (1<<10) // no data follows, the bit is it macro
Dcl_parse.cpp553 cl.onground = (bits & SU_ONGROUND) != 0; in CL_ParseClientdata()
Dsv_main.cpp640 bits |= SU_ONGROUND; in SV_WriteClientdataToMessage()