]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
Clean up qtypes.h. Use stdbool.h on non-MSVC. Replace allcaps with lowercase
[xonotic/darkplaces.git] / sys_linux.c
index ac2ea61636c7087eb6d6c59be09c039bc9eeebba..4f864ec11d18864999790ca82dce8ef8b3a56dfb 100644 (file)
@@ -39,7 +39,7 @@ 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);
 
        Host_Shutdown ();
        exit (1);