diff options
Diffstat (limited to 'src/game/client/gc_particles.cpp')
| -rw-r--r-- | src/game/client/gc_particles.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_particles.cpp b/src/game/client/gc_particles.cpp index bdeb26fd..a0b1ff92 100644 --- a/src/game/client/gc_particles.cpp +++ b/src/game/client/gc_particles.cpp @@ -107,6 +107,7 @@ void particle_update(float time_passed) particles[first_free].prev_part = i; particles[i].prev_part = -1; particles[i].next_part = first_free; + first_free = i; } i = next; |