aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-02 22:26:29 +0100
committerTobia Tesan2014-10-15 19:28:21 +0200
commitcc175b5af4e2e9117f1313e38304fa9343b0d095 (patch)
tree5ec486e25d50d3a241077a5903b012d046850e5d /engines/wintermute/video/video_theora_player.h
parent5f9febee3d5a103eadc71b50d02d9eb548c0e97f (diff)
downloadscummvm-rg350-cc175b5af4e2e9117f1313e38304fa9343b0d095.tar.gz
scummvm-rg350-cc175b5af4e2e9117f1313e38304fa9343b0d095.tar.bz2
scummvm-rg350-cc175b5af4e2e9117f1313e38304fa9343b0d095.zip
WINTERMUTE: Import subtitle code from WME1
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 8274a1444f..2d79c5404b 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -31,6 +31,7 @@
#include "engines/wintermute/base/base.h"
#include "engines/wintermute/persistent.h"
+#include "engines/wintermute/video/video_subtitler.h"
#include "video/video_decoder.h"
#include "common/stream.h"
#include "graphics/surface.h"
@@ -59,7 +60,7 @@ public:
Common::String _filename;
BaseSurface *_texture;
- //CVidSubtitler *_subtitler;
+ CVidSubtitler *_subtitler;
// control methods
bool initialize(const Common::String &filename, const Common::String &subtitleFile = Common::String());