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

  /external/quake/quake/src/WinQuake/
protocol.h 26 #define U_ORIGIN1 (1<<1)
sv_main.cpp 478 bits |= U_ORIGIN1<<i;
536 if (bits & U_ORIGIN1)
cl_parse.cpp 446 if (bits & U_ORIGIN1)
  /external/quake/quake/src/QW/client/
protocol.h 184 #define U_ORIGIN1 (1<<9)
cl_ents.c 198 if (bits & U_ORIGIN1)
  /external/quake/quake/src/QW/server/
sv_ents.c 168 bits |= U_ORIGIN1<<i;
228 if (bits & U_ORIGIN1)

Completed in 147 milliseconds