hedgewars/uAI.pas
changeset 676 2aa3082937ac
parent 602 f7628ebfccde
child 740 5ac69a012b69
--- a/hedgewars/uAI.pas	Sun Dec 16 19:16:22 2007 +0000
+++ b/hedgewars/uAI.pas	Sun Dec 16 19:34:13 2007 +0000
@@ -325,6 +325,7 @@
            if (BestActions.Pos >= BestActions.Count)
               and (TurnTimeLeft > cStopThinkTime) then
               begin
+              TryDo(Gear^.Message = 0, 'Engine bug: AI may break demos playing', true);
               StartThink(Gear);
               StartTicks:= GameTicks
               end else ProcessAction(BestActions, Gear)