From 89773a90ce9208936a9b9c4543da52f83bb5d3ad Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 9 Oct 2011 00:04:05 -0400 Subject: PEGASUS: Only call callbacks once Fixes final walk movie of a stride, among various other things --- engines/pegasus/timers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/pegasus/timers.h') diff --git a/engines/pegasus/timers.h b/engines/pegasus/timers.h index 65e7d21372..0b2f59d6c7 100755 --- a/engines/pegasus/timers.h +++ b/engines/pegasus/timers.h @@ -172,6 +172,7 @@ protected: CallBackType _type; CallBackTrigger _trigger; uint32 _param2, _param3; + bool _hasBeenTriggered; private: void disposeCallBack(); -- cgit v1.2.3