From df52a5d58ea5bedba031aed900e228a75eef7c58 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 17 Jul 2009 19:22:12 +0000 Subject: Adding a workaround for the vanishing Coh Cott bug (#1972466), which is actually an error in that video file svn-id: r42570 --- 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 ead752d446..e2e2ef6787 100644 --- a/engines/gob/videoplayer.h +++ b/engines/gob/videoplayer.h @@ -152,6 +152,8 @@ private: bool _needBlit; bool _noCursorSwitch; + bool _woodruffCohCottWorkaround; + bool findFile(char *fileName, Type &which); const Video *getVideoBySlot(int slot = -1) const; -- cgit v1.2.3