Tiny bit more verbose, don't know how to fix the bug jss reports
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2058 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b373195f02
commit
fed1301fd3
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ void CL_PlayDemo(char *demoname)
|
|||
}
|
||||
if (!cls.demofile)
|
||||
{
|
||||
Con_Printf ("ERROR: couldn't open.\n");
|
||||
Con_Printf ("ERROR: couldn't open \"%s\".\n", demoname);
|
||||
cls.demonum = -1; // stop demo loop
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue