HomeSort by relevance Sort by last modified time
    Searched defs:Host_EndGame (Results 1 - 3 of 3) 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
  /gdk/samples/quake/jni/
host.cpp 93 Host_EndGame
96 void Host_EndGame (const char *message, ...)
104 Con_DPrintf ("Host_EndGame: %s\n",string);
110 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 165 milliseconds