From 388fbdb6eb8df910c2fff2dc34954f34759c5b16 Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Wed, 15 Oct 2014 21:16:04 +0200 Subject: WINTERMUTE: Rename VideoSubtitle to SubtitleCard --- engines/wintermute/video/video_subtitler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/wintermute/video/video_subtitler.cpp') 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; -- cgit v1.2.3