minor typo in fx_phaser.c

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2013-08-14 00:11:31 +02:00
parent e196e5b30e
commit 23cdb7229a

View file

@ -328,7 +328,7 @@ void FX_PhaserAltFire( vec3_t start, vec3_t end, vec3_t normal, qboolean spark,
end2[0] = flrandom(-1.0, 1.0) + end[0];
end2[1] = flrandom(-1.0, 1.0) + end[1];
end2[2] = flrandom(-1.0, 1.0) + end[2];
int 1;
int i;
for( i = 0; i < sparks; i++ )
{
scale = 0.5f + (random() * 0.5);