aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-09 16:14:14 -0400
committerMatthew Hoops2011-10-09 16:14:14 -0400
commit09be0ed5c8732fb0fe430bc2824eb541f6f4738d (patch)
treeec00c63e293d4c9b01516c50877b4933bf419ad2 /engines/pegasus/timers.h
parent89773a90ce9208936a9b9c4543da52f83bb5d3ad (diff)
downloadscummvm-rg350-09be0ed5c8732fb0fe430bc2824eb541f6f4738d.tar.gz
scummvm-rg350-09be0ed5c8732fb0fe430bc2824eb541f6f4738d.tar.bz2
scummvm-rg350-09be0ed5c8732fb0fe430bc2824eb541f6f4738d.zip
PEGASUS: Fix movie end trigger not always being sent
The demo is now completable and the full game is playable up through the temporal rip in the TSA. Holy halibut, Batman!
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 0b2f59d6c7..80cec52a45 100755
--- a/engines/pegasus/timers.h
+++ b/engines/pegasus/timers.h
@@ -108,6 +108,7 @@ public:
protected:
void addCallBack(TimeBaseCallBack *);
void removeCallBack(TimeBaseCallBack *);
+ virtual void updateTime();
TimeBase *_master;
TimeScale _preferredScale;