From 8db473c8587cf1eb376682cfd6054c8956b195a6 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Tue, 18 Oct 2005 04:37:42 +0000 Subject: [PATCH] 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 --- engine/client/r_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/r_part.c b/engine/client/r_part.c index bad3988ae..48a9aafa6 100644 --- a/engine/client/r_part.c +++ b/engine/client/r_part.c @@ -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; }