hedgewars/uAIAmmoTests.pas
changeset 744 7a9663194767
parent 743 6b314e907f6d
child 883 07a568ba44e0
--- a/hedgewars/uAIAmmoTests.pas	Sun Jan 20 22:17:03 2008 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Sun Jan 20 22:53:46 2008 +0000
@@ -123,7 +123,6 @@
         begin
         ap.Angle:= DxDy2AttackAngle(Vx, Vy) + AIrndSign(random((Level - 1) * 9));
         ap.Power:= hwRound(r * cMaxPower) - random((Level - 1) * 17 + 1);
-AddFilelog('r = '+floattostr(r)+' power = '+ inttostr(hwRound(r * cMaxPower))+' ==> '+inttostr(ap.Power));
         ap.ExplR:= 100;
         ap.ExplX:= EX;
         ap.ExplY:= EY;