hedgewars/uTeams.pas
changeset 14073 ff6e67066fd0
parent 14048 084db65b3657
child 14219 de21f6eb2366
--- a/hedgewars/uTeams.pas	Fri Nov 02 13:17:35 2018 +0100
+++ b/hedgewars/uTeams.pas	Fri Nov 02 13:19:38 2018 +0100
@@ -435,7 +435,7 @@
         NextClan:= false;
         end;
 
-    if ((GameFlags and gfSwitchHog) <> 0) and not(CurrentTeam^.hasGone) then
+    if ((GameFlags and gfSwitchHog) <> 0) and (not CurrentTeam^.hasGone) then
         begin
         g:= AddGear(hwRound(CurrentHedgehog^.Gear^.X), hwRound(CurrentHedgehog^.Gear^.Y), gtSwitcher, 0, _0, _0, 0);
         CurAmmoGear:= g;