From 9c8d7d8f9191f8e7f31b8a737d1a7dd1e04a6813 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 11 May 2010 21:40:35 +0000 Subject: [PATCH] really fix multiple effectinfo.txt file loading git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10194 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cl_particles.c b/cl_particles.c index 3d6e709b..3eb1a499 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -234,7 +234,6 @@ void CL_Particles_ParseEffectInfo(const char *textstart, const char *textend, co particleeffectinfo_t *info = NULL; const char *text = textstart; char argv[16][1024]; - numparticleeffectinfo = 0; for (linenumber = 1;;linenumber++) { argc = 0; -- 2.39.2