]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
Fix pure data entities being linked into the area grid, causing performance hit
[xonotic/darkplaces.git] / sys_sdl.c
index e63c85ba817117224c0d5a232d6347a50f7beb58..b4698fb2440fef08bed06e4ae6718a2fb772227d 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -60,10 +60,10 @@ void Sys_Error (const char *error, ...)
        dpvsnprintf (string, sizeof (string), error, argptr);
        va_end (argptr);
 
-       Con_Printf ("Quake Error: %s\n", string);
+       Con_Errorf ("Engine Error: %s\n", string);
 
 #ifdef WIN32
-       MessageBox(NULL, string, "Quake Error", MB_OK | MB_SETFOREGROUND | MB_ICONSTOP);
+       MessageBox(NULL, string, "Engine Error", MB_OK | MB_SETFOREGROUND | MB_ICONSTOP);
 #endif
 
        Host_Shutdown ();