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

  /external/quake/quake/src/WinQuake/
host.cpp 117 Host_Error
122 void Host_Error (const char *error, ...)
129 Sys_Error ("Host_Error: recursively entered");
137 Con_Printf ("Host_Error: %s\n",string);
143 Sys_Error ("Host_Error: %s\n",string); // dedicated servers exit
  /external/quake/quake/src/QW/client/
cl_main.c 403 This is also called on Host_Error, so it shouldn't cause any errors
1207 Host_Error
1212 void Host_Error (char *error, ...)
1219 Sys_Error ("Host_Error: recursively entered");
1225 Con_Printf ("Host_Error: %s\n",string);
1233 Sys_Error ("Host_Error: %s\n",string);

Completed in 78 milliseconds