changeset 741 | 8bf8c0ac8d94 |
parent 740 | 5ac69a012b69 |
child 791 | 928d2830fd0c |
--- a/hedgewars/uAI.pas Sun Jan 20 21:47:42 2008 +0000 +++ b/hedgewars/uAI.pas Sun Jan 20 21:53:22 2008 +0000 @@ -325,7 +325,7 @@ if (BestActions.Pos >= BestActions.Count) and (TurnTimeLeft > cStopThinkTime) then begin - TryDo((Gear^.Message = 0) and (gameType <> gmtSave), 'Engine bug: AI may break demos playing', true); + TryDo(Gear^.Message = 0, 'Engine bug: AI may break demos playing', true); StartThink(Gear); StartTicks:= GameTicks end else ProcessAction(BestActions, Gear)