X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_demo.c;h=a1bc51d50fc81d6acf8835c7eb7f51813a022a82;hb=636dc5aa3f3ead251ba04146b92651e8f6ccb8d5;hp=9a9cc1641feda26a1d3c4256b4f9fd540e68e4d7;hpb=01fe1aa7f6a669cdf71c910baf735ce68029be57;p=xonotic%2Fdarkplaces.git diff --git a/sv_demo.c b/sv_demo.c index 9a9cc164..a1bc51d5 100644 --- 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_Error("ERROR: couldn't open.\n"); return; }