From 4a3c2e2c8c3a8dee5828258f920f1c175e952cb0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 16 Mar 2008 22:32:17 +0000 Subject: loads of fixes, skidding, velocity ramping and other stuff --- src/game/client/gc_particles.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gc_particles.cpp') 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; -- cgit 1.4.1