# HG changeset patch # User unc0rr # Date 1311686834 -14400 # Node ID 2fed5e26ff7dcf822a509598f2e63659c0c82c2d # Parent c56a6be662bffe65be759a73cc589386b0e20267 Comment out unsynced logging diff -r c56a6be662bf -r 2fed5e26ff7d hedgewars/uAIActions.pas --- 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