summaryrefslogtreecommitdiff
path: root/src/kshape.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kshape.c')
-rw-r--r--src/kshape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kshape.c b/src/kshape.c
index a17d305..35f5742 100644
--- a/src/kshape.c
+++ b/src/kshape.c
@@ -4864,7 +4864,7 @@ void RenderParticle(PARTICLE *particlePtr)
offset[3].vx = -particleSize;
offset[3].vy = +particleSize;
- if ((particlePtr->ParticleID == PARTICLE_MUZZLEFLASH) )
+ if (particlePtr->ParticleID == PARTICLE_MUZZLEFLASH)
{
int theta = FastRandom()&4095;
RotateVertex(&offset[0],theta);