forked from fte/fteqw
1
0
Fork 0

Added particle type name to error message

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1499 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-10-18 04:37:42 +00:00
parent 27044fbbcb
commit 8db473c858
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ void P_ParticleEffect_f(void)
break;
if (!*buf)
{
Con_Printf("Unexpected End Of Buffer\n");
Con_Printf("Unexpected end of buffer with effect %s\n", ptype->name);
return;
}