aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
authorSven Hesse2008-05-14 23:58:26 +0000
committerSven Hesse2008-05-14 23:58:26 +0000
commitaac4786bbe6be0618266eb4f24ed2171523b268e (patch)
tree808a9be6fb4403b06fb1852e5b8aae720bb5f00b /engines/gob/videoplayer.h
parentf481821eeb6c757a1300d62c8a762e86e5a2213b (diff)
downloadscummvm-rg350-aac4786bbe6be0618266eb4f24ed2171523b268e.tar.gz
scummvm-rg350-aac4786bbe6be0618266eb4f24ed2171523b268e.tar.bz2
scummvm-rg350-aac4786bbe6be0618266eb4f24ed2171523b268e.zip
This should fix the video not closing / chunk slot clogging bug (Yeah, I'm apparently stupid *g*)
svn-id: r32131
Diffstat (limited to 'engines/gob/videoplayer.h')
-rw-r--r--engines/gob/videoplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/videoplayer.h b/engines/gob/videoplayer.h
index 29531f7ce2..278045b9e5 100644
--- a/engines/gob/videoplayer.h
+++ b/engines/gob/videoplayer.h
@@ -128,6 +128,8 @@ private:
const Video *getVideoBySlot(int slot = -1) const;
+ int getNextFreeSlot();
+
void copyPalette(CoktelVideo &video, int16 palStart = -1, int16 palEnd = -1);
bool doPlay(int16 frame, int16 breakKey,
uint16 palCmd, int16 palStart, int16 palEnd,