aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-06 01:00:19 +0100
committerTobia Tesan2014-10-15 21:36:44 +0200
commitf2441da3da9ce4802ce12dc5c815095098e57ee2 (patch)
tree07027833a5a9c664963b95c3c94d91285d85bdcc /engines/wintermute/video/video_theora_player.h
parent6d16fdbf4ab9139d368ab7585f9ad1fae5c8a523 (diff)
downloadscummvm-rg350-f2441da3da9ce4802ce12dc5c815095098e57ee2.tar.gz
scummvm-rg350-f2441da3da9ce4802ce12dc5c815095098e57ee2.tar.bz2
scummvm-rg350-f2441da3da9ce4802ce12dc5c815095098e57ee2.zip
WINTERMUTE: Make sure subtitle files could be found before anything else
Diffstat (limited to 'engines/wintermute/video/video_theora_player.h')
-rw-r--r--engines/wintermute/video/video_theora_player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index 698326c29c..48f75efd20 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -138,9 +138,10 @@ private:
bool _playbackStarted;
+ bool _subtitles;
+
// helpers
void SetDefaults();
-
};
} // End of namespace Wintermute