From cc175b5af4e2e9117f1313e38304fa9343b0d095 Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Sun, 2 Feb 2014 22:26:29 +0100 Subject: WINTERMUTE: Import subtitle code from WME1 --- engines/wintermute/video/video_theora_player.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/wintermute/video/video_theora_player.cpp') 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); } ////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3