]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
really fix multiple effectinfo.txt file loading
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 11 May 2010 21:40:35 +0000 (21:40 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 15 May 2010 20:57:43 +0000 (22:57 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10194 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=9c8d7d8f9191f8e7f31b8a737d1a7dd1e04a6813

cl_particles.c

index 68986b9cb1f6135dbdbd26f2880af95da0537290..c459213f2d2d007ff35229e8cf648ed5341e5344 100644 (file)
@@ -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;