aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.cpp
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.cpp
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.cpp')
-rw-r--r--engines/wintermute/video/video_theora_player.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp
index e1553580ec..fc1571054c 100644
--- a/engines/wintermute/video/video_theora_player.cpp
+++ b/engines/wintermute/video/video_theora_player.cpp
@@ -85,8 +85,7 @@ void VideoTheoraPlayer::SetDefaults() {
_volume = 100;
_theoraDecoder = nullptr;
- // TODO: Add subtitles-support
- //_subtitler = nullptr;
+ _subtitler = new CVidSubtitler(_gameRef);
}
//////////////////////////////////////////////////////////////////////////