--- a/hedgewars/uAIActions.pas Sat Jul 16 13:45:40 2011 -0400
+++ b/hedgewars/uAIActions.pas Tue Jul 26 17:27:14 2011 +0400
@@ -158,7 +158,7 @@
end
else if hwRound(Me^.X) < Param then
begin
- OutError('AI: WaitXL assert (' + IntToStr(hwRound(Me^.X)) + ' < ' + IntToStr(Param) + ')', false);
+ //OutError('AI: WaitXL assert (' + IntToStr(hwRound(Me^.X)) + ' < ' + IntToStr(Param) + ')', false);
FreeActionsList;
exit
end
@@ -171,7 +171,7 @@
end
else if hwRound(Me^.X) > Param then
begin
- OutError('AI: WaitXR assert (' + IntToStr(hwRound(Me^.X)) + ' > ' + IntToStr(Param) + ')', false);
+ //OutError('AI: WaitXR assert (' + IntToStr(hwRound(Me^.X)) + ' > ' + IntToStr(Param) + ')', false);
FreeActionsList;
exit
end