Tweak teleport effect a little. Particles not so absurdly large.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-02-04 04:56:50 +00:00
parent 603a88c160
commit 39115d98a7

View file

@ -441,7 +441,7 @@ R_TeleportSplash (vec3_t org)
VectorNormalize (dir);
vel = 50 + (rand () & 63);
VectorScale (dir, vel, pvel);
particle_new (pt_grav, part_tex_dot, porg, 1.5, pvel,
particle_new (pt_grav, part_tex_dot, porg, 0.6, pvel,
(cl.time + 0.2 + (rand () & 7) * 0.02),
(7 + (rand () & 7)), 255);
}