hedgewars/uAI.pas
changeset 5388 73ef8e437231
parent 5163 1620a02d5282
child 5394 924584407e01
child 5399 cdef954f8aec
--- a/hedgewars/uAI.pas	Sun Jul 03 20:14:03 2011 -0400
+++ b/hedgewars/uAI.pas	Mon Jul 04 10:26:16 2011 +0400
@@ -86,7 +86,6 @@
               begin
               BestActions:= Actions;
               inc(BestActions.Score, Score);
-         addfilelog('AI: curr score ' + inttostr(bestactions.score));
 
               if (ap.Angle > 0) then AddAction(BestActions, aia_LookRight, 0, 200, 0, 0)
               else if (ap.Angle < 0) then AddAction(BestActions, aia_LookLeft, 0, 200, 0, 0);