aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
authorSven Hesse2009-04-24 21:30:40 +0000
committerSven Hesse2009-04-24 21:30:40 +0000
commitd8972c3f2cc9a28e750dcaee38d6cf84380d95eb (patch)
treeadcf2302c922006e1c1420fa77ac71e1d987c8fd /engines/gob/videoplayer.h
parentbeee12a520acf85d70d7016061a62542804911b7 (diff)
downloadscummvm-rg350-d8972c3f2cc9a28e750dcaee38d6cf84380d95eb.tar.gz
scummvm-rg350-d8972c3f2cc9a28e750dcaee38d6cf84380d95eb.tar.bz2
scummvm-rg350-d8972c3f2cc9a28e750dcaee38d6cf84380d95eb.zip
The video now works correctly in the non-interactive Urban Runner demo
svn-id: r40128
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 d7b55fa98f..61f264975a 100644
--- a/engines/gob/videoplayer.h
+++ b/engines/gob/videoplayer.h
@@ -72,6 +72,8 @@ public:
void slotCopyPalette(int slot, int16 palStart = -1, int16 palEnd = -1);
void slotWaitEndFrame(int slot, bool onlySound = false);
+ void slotSetDoubleMode(int slot, bool doubleMode);
+
bool slotIsOpen(int slot) const;
uint16 getFlags(int slot = -1) const;