mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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
|
static void
|
||||||
R_DarkFieldParticles_ID (entity_t *ent)
|
R_DarkFieldParticles_ID (entity_t *ent)
|
||||||
{
|
{
|
||||||
int i, j, k, l;
|
int i, j, k, l = 64;
|
||||||
unsigned int rnd;
|
unsigned int rnd;
|
||||||
float vel;
|
float vel;
|
||||||
vec3_t dir, org, porg, pvel;
|
vec3_t dir, org, porg, pvel;
|
||||||
|
|
Loading…
Reference in a new issue