mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
l = 64, and taniwha is much happier.
This commit is contained in:
parent
c4b43c9f74
commit
2290ed3d3e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue