diff --git a/libs/video/renderer/gl/gl_dyn_part.c b/libs/video/renderer/gl/gl_dyn_part.c index 7499f33fc..a1e234993 100644 --- a/libs/video/renderer/gl/gl_dyn_part.c +++ b/libs/video/renderer/gl/gl_dyn_part.c @@ -1119,7 +1119,7 @@ R_TeleportSplash_ID (const vec3_t org) static void R_DarkFieldParticles_ID (entity_t *ent) { - int i, j, k, l; + int i, j, k, l = 64; unsigned int rnd; float vel; vec3_t dir, org, porg, pvel;