hedgewars/uTeams.pas
changeset 3697 d5b30d6373fc
parent 3663 8c28abf427f5
child 3770 f54e8cb9a12b
--- a/hedgewars/uTeams.pas	Sat Jul 31 10:52:43 2010 +0200
+++ b/hedgewars/uTeams.pas	Sat Jul 31 11:24:53 2010 +0200
@@ -172,7 +172,7 @@
     if (PreviousTeam <> nil) and PlacingHogs and Unplaced then
         begin
         Unplaced:= false;
-        if Gear <> nil then 
+        if Gear <> nil then
            begin
            DeleteCI(Gear);
            FindPlace(Gear, false, 0, LAND_WIDTH);
@@ -232,7 +232,7 @@
    PlacingHogs:= false;
    for t:= 0 to Pred(TeamsCount) do
       for i:= 0 to cMaxHHIndex do
-          if (TeamsArray[t]^.Hedgehogs[i].Gear <> nil) and (TeamsArray[t]^.Hedgehogs[i].Unplaced) then 
+          if (TeamsArray[t]^.Hedgehogs[i].Gear <> nil) and (TeamsArray[t]^.Hedgehogs[i].Unplaced) then
              PlacingHogs:= true;
 
    if not PlacingHogs then // Reset  various things I mucked with