diff --git a/engine/client/r_part.c b/engine/client/r_part.c index 209dd7ce5..cfed11d44 100644 --- a/engine/client/r_part.c +++ b/engine/client/r_part.c @@ -316,11 +316,7 @@ static int CheckAssosiation(char *name, int from) { int to, orig; - orig = to = P_FindParticleType(name); - if (to < 0) - { - return -1; - } + orig = to = P_AllocateParticleType(name); while(to != -1) {