forked from fte/fteqw
1
0
Fork 0

Please insert volume...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3108 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-01-30 03:54:03 +00:00
parent 02b53fc859
commit 40a24ea7f2
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ static part_type_t *P_GetParticleType(char *name)
}
part_type = BZ_Realloc(part_type, sizeof(part_type_t)*(numparticletypes+1));
ptype = &part_type[numparticletypes++];
memset(ptype, 0, sizeof(*ptype));
strcpy(ptype->name, name);
ptype->assoc=P_INVALID;
ptype->cliptype = P_INVALID;