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:
parent
27044fbbcb
commit
8db473c858
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue