aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-09 00:04:05 -0400
committerMatthew Hoops2011-10-09 00:04:05 -0400
commit89773a90ce9208936a9b9c4543da52f83bb5d3ad (patch)
tree44e05a0730133cdb716a465f65ffacc14a9a8176 /engines/pegasus/timers.h
parent188d951cb4d040056098fc0d65ae8f9544a2fdfc (diff)
downloadscummvm-rg350-89773a90ce9208936a9b9c4543da52f83bb5d3ad.tar.gz
scummvm-rg350-89773a90ce9208936a9b9c4543da52f83bb5d3ad.tar.bz2
scummvm-rg350-89773a90ce9208936a9b9c4543da52f83bb5d3ad.zip
PEGASUS: Only call callbacks once
Fixes final walk movie of a stride, among various other things
Diffstat (limited to 'engines/pegasus/timers.h')
-rwxr-xr-xengines/pegasus/timers.h1
1 files changed, 1 insertions, 0 deletions
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();