]> 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)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 11 May 2010 21:40:35 +0000 (21:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10194 d7cf8633-e32d-0410-b094-e92efae38249

cl_particles.c

index 3d6e709b0eafb932e3d01ebab087203814f52c98..3eb1a499111619532dbbe276ffa06bc0c4a9adf3 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;