aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/scnplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/scnplayer.h')
-rw-r--r--engines/gob/scnplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/scnplayer.h b/engines/gob/scnplayer.h
index b96b966fa4..4a7ac99447 100644
--- a/engines/gob/scnplayer.h
+++ b/engines/gob/scnplayer.h
@@ -45,6 +45,7 @@ private:
typedef Common::HashMap<Common::String, int32, Common::CaseSensitiveString_Hash, Common::CaseSensitiveString_EqualTo> LabelMap;
GobEngine *_vm;
+ bool _doubleMode;
bool play(Common::File &scn);
bool readLabels(Common::File &scn, LabelMap &labels);
@@ -52,6 +53,7 @@ private:
inline bool lineStartsWith(const Common::String &line, const char *start);
void gotoLabel(Common::File &scn, const LabelMap &labels, const char *label);
+ void evaluateVideoMode(const char *mode);
void clearScreen();
void playVideo(const char *fileName);
};