small particle fix

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@39 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2004-08-25 01:15:27 +00:00
parent 6fe58a6acf
commit b88c2dc2b9
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{