]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_demo.c
Remove Con_Warnf and Errorf. Use macros to change color and identify the message
[xonotic/darkplaces.git] / sv_demo.c
index 9a9cc1641feda26a1d3c4256b4f9fd540e68e4d7..ad3e509f23460d9241bd98c59099d56ba834c2c0 100644 (file)
--- a/sv_demo.c
+++ b/sv_demo.c
@@ -22,7 +22,7 @@ void SV_StartDemoRecording(client_t *client, const char *filename, int forcetrac
        client->sv_demo_file = FS_OpenRealFile(name, "wb", false);
        if(!client->sv_demo_file)
        {
-               Con_Print("ERROR: couldn't open.\n");
+               Con_Print(CON_ERROR "ERROR: couldn't open.\n");
                return;
        }