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

  /external/quake/quake/src/WinQuake/
host.cpp 88 Host_EndGame
91 void Host_EndGame (const char *message, ...)
99 Con_DPrintf ("Host_EndGame: %s\n",string);
105 Sys_Error ("Host_EndGame: %s\n",string); // dedicated servers exit
  /external/quake/quake/src/QW/client/
cl_main.c 921 Host_EndGame ("Server disconnected");
1183 Host_EndGame
1188 void Host_EndGame (char *message, ...)
1197 Con_Printf ("Host_EndGame: %s\n",string);

Completed in 959 milliseconds