From: havoc Date: Tue, 11 May 2010 21:40:35 +0000 (+0000) Subject: really fix multiple effectinfo.txt file loading X-Git-Tag: xonotic-v0.1.0preview~230^2~284 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=9c8d7d8f9191f8e7f31b8a737d1a7dd1e04a6813 really fix multiple effectinfo.txt file loading git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10194 d7cf8633-e32d-0410-b094-e92efae38249 --- 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;