aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.cpp
diff options
context:
space:
mode:
authorTobia Tesan2014-10-14 23:00:34 +0200
committerTobia Tesan2014-10-15 20:08:21 +0200
commit6f6e49f4cf183d9cbdf75060f4c271a538c6d1d1 (patch)
tree152e36e19767ecd0e27c9e90ac87a71d99e4c4eb /engines/wintermute/video/video_subtitler.cpp
parent532217bcee6ee33a189f71e6c37323442299c4e2 (diff)
downloadscummvm-rg350-6f6e49f4cf183d9cbdf75060f4c271a538c6d1d1.tar.gz
scummvm-rg350-6f6e49f4cf183d9cbdf75060f4c271a538c6d1d1.tar.bz2
scummvm-rg350-6f6e49f4cf183d9cbdf75060f4c271a538c6d1d1.zip
WINTERMUTE: Display subtitles in console
Diffstat (limited to 'engines/wintermute/video/video_subtitler.cpp')
-rw-r--r--engines/wintermute/video/video_subtitler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/video/video_subtitler.cpp b/engines/wintermute/video/video_subtitler.cpp
index 6d65adea74..965f7f1979 100644
--- a/engines/wintermute/video/video_subtitler.cpp
+++ b/engines/wintermute/video/video_subtitler.cpp
@@ -177,6 +177,7 @@ bool CVidSubtitler::LoadSubtitles(const char *Filename, const char *SubtitleFile
//////////////////////////////////////////////////////////////////////////
bool CVidSubtitler::Display() {
+ warning((const char *)m_Subtitles[m_CurrentSubtitle]->m_Text);
#if 0
if (m_ShowSubtitle) {
CBFont *font = Game->m_VideoFont ? Game->m_VideoFont : Game->m_SystemFont;