aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.cpp
diff options
context:
space:
mode:
authorTobia Tesan2014-10-15 21:16:04 +0200
committerTobia Tesan2014-10-15 21:36:46 +0200
commit388fbdb6eb8df910c2fff2dc34954f34759c5b16 (patch)
tree47ec8bee43b1f6b426c5c064ff7bf2f3d8462e58 /engines/wintermute/video/video_subtitler.cpp
parentdd820a7a1e9adcb7c46d2cb2fe178c895e40b8c3 (diff)
downloadscummvm-rg350-388fbdb6eb8df910c2fff2dc34954f34759c5b16.tar.gz
scummvm-rg350-388fbdb6eb8df910c2fff2dc34954f34759c5b16.tar.bz2
scummvm-rg350-388fbdb6eb8df910c2fff2dc34954f34759c5b16.zip
WINTERMUTE: Rename VideoSubtitle to SubtitleCard
Diffstat (limited to 'engines/wintermute/video/video_subtitler.cpp')
-rw-r--r--engines/wintermute/video/video_subtitler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_subtitler.cpp b/engines/wintermute/video/video_subtitler.cpp
index c8acbeb98b..c57a70ec3b 100644
--- a/engines/wintermute/video/video_subtitler.cpp
+++ b/engines/wintermute/video/video_subtitler.cpp
@@ -166,7 +166,7 @@ bool VideoSubtitler::loadSubtitles(const Common::String &filename, const Common:
}
if (start != -1 && text.size() > 0 && (start != 1 || end != 1)) {
- _subtitles.push_back(new VideoSubtitle(_gameRef, text, start, end));
+ _subtitles.push_back(new SubtitleCard(_gameRef, text, start, end));
}
pos += lineLength + 1;