hedgewars/uAI.pas
branchhedgeroid
changeset 5399 cdef954f8aec
parent 5286 22c1f4833a86
parent 5388 73ef8e437231
child 5495 272ed78e59a7
--- a/hedgewars/uAI.pas	Tue Jul 05 18:27:18 2011 +0200
+++ b/hedgewars/uAI.pas	Tue Jul 05 18:33:42 2011 +0200
@@ -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);