aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
diff options
context:
space:
mode:
authorTobia Tesan2014-10-15 20:35:46 +0200
committerTobia Tesan2014-10-15 21:36:44 +0200
commit0475fd1a5c845fe785184bafa42b9302c814b654 (patch)
tree429fc7b4427540b2c739bcb6c6e58c1b3c143ae9 /engines/wintermute/video/video_subtitler.h
parent621a068c0065783bba0430f57b71112d7e42a5a9 (diff)
downloadscummvm-rg350-0475fd1a5c845fe785184bafa42b9302c814b654.tar.gz
scummvm-rg350-0475fd1a5c845fe785184bafa42b9302c814b654.tar.bz2
scummvm-rg350-0475fd1a5c845fe785184bafa42b9302c814b654.zip
WINTERMUTE: Declare counters as uint to match Array::size()
Diffstat (limited to 'engines/wintermute/video/video_subtitler.h')
-rw-r--r--engines/wintermute/video/video_subtitler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h
index e42fbeb505..0025f19e84 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -40,7 +40,7 @@ public:
virtual ~VideoSubtitler(void);
bool _showSubtitle;
- int _currentSubtitle;
+ uint _currentSubtitle;
bool loadSubtitles(const char *filename, const char *subtitleFile);
bool display();
bool update(long frame);