X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=cl_particles.c;h=2278100ac3e9e0ae0b438f372a818d1cc0bd9230;hb=72125a0f1092db1722c65be750fac8db7c303d4b;hp=bdf1d44c68f469ab1cb7b03702dad0057695b0d1;hpb=6ac35da545261db5b248a14ac19b56d1425b64e2;p=xonotic%2Fdarkplaces.git diff --git a/cl_particles.c b/cl_particles.c index bdf1d44c..2278100a 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -371,6 +371,15 @@ void CL_Particles_Init (void) CL_Particles_Clear(); } +void CL_Particles_Shutdown (void) +{ +#ifdef WORKINGLQUAKE + // No clue what to do here... +#else + Mem_FreePool (&cl_part_mempool); +#endif +} + // list of all 26 parameters: // ptype - any of the pt_ enum values (pt_static, pt_blood, etc), see ptype_t near the top of this file // porientation - PARTICLE_ enum values (PARTICLE_BILLBOARD, PARTICLE_SPARK, etc)