--- a/hedgewars/uGears.pas Tue Jun 04 23:48:44 2013 +0200
+++ b/hedgewars/uGears.pas Tue Jun 04 23:56:17 2013 +0200
@@ -442,7 +442,7 @@
if TurnTimeLeft > 0 then
if CurrentHedgehog^.Gear <> nil then
if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0) and
- (not(isInMultiShoot and (CurrentHedgehog^.CurAmmoType in [amShotgun, amDEagle, amSniperRifle]))) then
+ (not (isInMultiShoot and (CurrentHedgehog^.CurAmmoType in [amShotgun, amDEagle, amSniperRifle]))) then
begin
if (TurnTimeLeft = 5000)
and (cHedgehogTurnTime >= 10000)