hedgewars/uAI.pas
changeset 441 f2920f08ea5f
parent 439 c336ed82e76d
child 442 57ed1444606e
--- a/hedgewars/uAI.pas	Tue Feb 13 18:52:14 2007 +0000
+++ b/hedgewars/uAI.pas	Tue Feb 13 21:22:00 2007 +0000
@@ -43,9 +43,6 @@
    ThinkThread:= nil
    end;
 
-with CurrentTeam^.Hedgehogs[CurrentTeam^.CurrHedgehog] do
-     if Gear <> nil then Gear^.Message:= 0;
-
 BestActions.Count:= 0;
 BestActions.Pos:= 0
 end;