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

  /external/quake/quake/src/QW/client/
protocol.h 189 #define U_REMOVE (1<<14) // REMOVE this entity, don't add it
cl_ents.c 360 if (word & U_REMOVE)
365 Con_Printf ("WARNING: U_REMOVE on full update\n");
385 if (word & U_REMOVE)
  /external/quake/quake/src/QW/server/
sv_ents.c 212 if (i & U_REMOVE)
213 Sys_Error ("U_REMOVE");
307 MSG_WriteShort (msg, oldnum | U_REMOVE);

Completed in 416 milliseconds