HomeSort by relevance Sort by last modified time
    Searched defs:CL_NewTranslation (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
cl_parse.cpp 627 CL_NewTranslation
630 void CL_NewTranslation (int slot)
637 Sys_Error ("CL_NewTranslation: slot > cl.maxclients");
861 CL_NewTranslation (i);
  /external/quake/quake/src/QW/client/
cl_parse.c 868 CL_NewTranslation
871 void CL_NewTranslation (int slot)
875 Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
887 Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
950 CL_NewTranslation (slot);

Completed in 135 milliseconds