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~460 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0eae14440d49bf945ed2595f8c59d55b4690a6eb;p=xonotic%2Fdarkplaces.git really fix multiple effectinfo.txt file loading git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10194 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=9c8d7d8f9191f8e7f31b8a737d1a7dd1e04a6813 --- diff --git a/cl_particles.c b/cl_particles.c index 68986b9c..c459213f 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;