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

  /external/quake/quake/src/WinQuake/
protocol.h 38 #define U_COLORMAP (1<<11)
sv_main.cpp 494 bits |= U_COLORMAP;
530 if (bits & U_COLORMAP)
cl_parse.cpp 405 if (bits & U_COLORMAP)
  /external/quake/quake/src/QW/client/
protocol.h 196 #define U_COLORMAP (1<<3)
cl_ents.c 189 if (bits & U_COLORMAP)
  /external/quake/quake/src/QW/server/
sv_ents.c 181 bits |= U_COLORMAP;
222 if (bits & U_COLORMAP)

Completed in 75 milliseconds