From b88c2dc2b9823dd536e2f37a32fb37a68736c3dd Mon Sep 17 00:00:00 2001 From: TimeServ Date: Wed, 25 Aug 2004 01:15:27 +0000 Subject: [PATCH] small particle fix git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@39 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_model.c b/engine/gl/gl_model.c index eb63e46eb..71912fa14 100644 --- a/engine/gl/gl_model.c +++ b/engine/gl/gl_model.c @@ -727,7 +727,7 @@ void GLMod_LoadTextures (lump_t *l) tx->width = mt->width; tx->height = mt->height; - tx->parttype = ParticleTypeForName(va("tex_%s", tx->name)); + tx->parttype = FindParticleType(va("tex_%s", tx->name)); if (!mt->offsets[0]) //this is a hl external style texture, load it a little later (from a wad) {