Searched defs:SV_Error (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dsv_main.c115 SV_Error
121 void SV_Error (char *error, ...) function
128 Sys_Error ("SV_Error: recursively entered (%s)", string);
136 Con_Printf ("SV_Error: %s\n",string);
142 Sys_Error ("SV_Error: %s\n",string);
149 Used by SV_Error and SV_Quit_f to send a final message to all connected
1618 SV_Error ("Only %4.1f megs of memory reported, can't execute game", parms->memsize / (float)0x100000);
1657 SV_Error ("Couldn't spawn a server");

Completed in 51 milliseconds