From a836ff38e3511e9dbe3fb3b3f3cc0573f4d933f5 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 13 Apr 2006 16:41:23 +0000 Subject: [PATCH] stop complaining about SVC_PARTICLE git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6272 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cl_particles.c b/cl_particles.c index 14e216f2..18b18057 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -999,6 +999,7 @@ void CL_ParticleEffect(int effectnameindex, float pcount, const vec3_t originmin particle(particletype + pt_alphastatic, k, k, tex_particle, 1, 255, 512, 0, 0, lhrandom(originmins[0], originmaxs[0]), lhrandom(originmins[1], originmaxs[1]), lhrandom(originmins[2], originmaxs[2]), lhrandom(velocitymins[0], velocitymaxs[0]), lhrandom(velocitymins[1], velocitymaxs[1]), lhrandom(velocitymins[2], velocitymaxs[2]), 0, 8, 15); } } + return; } else if (!cl_particles_quake.integer && particleeffectinfo[0].effectnameindex) { -- 2.39.2