aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
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.h
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.h')
-rw-r--r--engines/wintermute/video/video_subtitler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h
index 655b1a5969..32e4368daf 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -30,7 +30,7 @@
#define WINTERMUTE_VIDSUBTITLER_H
#include "engines/wintermute/base/base.h"
-#include "engines/wintermute/video/video_subtitle.h"
+#include "engines/wintermute/video/subtitle_card.h"
namespace Wintermute {
@@ -46,7 +46,7 @@ public:
void display();
void update(uint32 frame);
private:
- Common::Array<VideoSubtitle *> _subtitles;
+ Common::Array<SubtitleCard *> _subtitles;
uint32 _lastSample;
};