aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.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/movie.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/movie.h')
-rwxr-xr-xengines/pegasus/movie.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 12d1af97d3..704da0e92e 100755
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -68,9 +68,9 @@ public:
Video::SeekableVideoDecoder *getMovie() { return _video; }
void setVolume(uint16);
- virtual void checkCallBacks();
-
protected:
+ void updateTime();
+
Video::SeekableVideoDecoder *_video;
Common::Rect _movieBox;
};