diff -r 9a82149409f3 -r ca72cf446ec2 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sun Apr 13 14:06:17 2008 +0000 +++ b/hedgewars/GSHandlers.inc Sun Apr 13 16:14:13 2008 +0000 @@ -398,7 +398,7 @@ AfterAttack; exit end; - + if (Gear^.Timer mod 33) = 0 then doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y) + 6, 6, EXPLDontDraw);