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

  /external/quake/quake/src/WinQuake/
protocol.h 54 #define SU_ONGROUND (1<<10) // no data follows, the bit is it
cl_parse.cpp 553 cl.onground = (bits & SU_ONGROUND) != 0;
sv_main.cpp 640 bits |= SU_ONGROUND;

Completed in 17 milliseconds