From d8972c3f2cc9a28e750dcaee38d6cf84380d95eb Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 24 Apr 2009 21:30:40 +0000 Subject: The video now works correctly in the non-interactive Urban Runner demo svn-id: r40128 --- engines/gob/videoplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/gob/videoplayer.h') 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; -- cgit v1.2.3