X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_demo.c;fp=cl_demo.c;h=a11d63b5ba33f5939dc7de352f4940d2e1b85030;hb=24550510e6ff331c1749707df7fad608f618bdd3;hp=cd884e5a6002834aa7ce6af005d33e7cfaf230ff;hpb=fb765e810f370d785620ae5cc58c575a565d5c16;p=xonotic%2Fdarkplaces.git diff --git a/cl_demo.c b/cl_demo.c index cd884e5a..a11d63b5 100644 --- a/cl_demo.c +++ b/cl_demo.c @@ -145,7 +145,7 @@ void CL_CutDemo (unsigned char **buf, fs_offset_t *filesize) // restart the demo recording cls.demofile = FS_OpenRealFile(cls.demoname, "wb", false); if(!cls.demofile) - Sys_Abort("failed to reopen the demo file"); + Sys_Error("failed to reopen the demo file"); FS_Printf(cls.demofile, "%i\n", cls.forcetrack); }