projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e2cc4
)
really fix multiple effectinfo.txt file loading
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 11 May 2010 21:40:35 +0000
(21:40 +0000)
committer
havoc <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
patch
|
blob
|
history
diff --git
a/cl_particles.c
b/cl_particles.c
index
3d6e709
..
3eb1a49
100644
(file)
--- 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;