aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-18 22:10:06 +0100
committerTobia Tesan2014-10-15 21:36:45 +0200
commit7b4084b7e0273b37f1fb0583431540d977c424ae (patch)
tree3167a974a092fe27f8104146ccd67359619e7f7f /engines/wintermute/video/video_subtitler.h
parenta4d5d1458102959bdc26fc73184e2cfc5f918894 (diff)
downloadscummvm-rg350-7b4084b7e0273b37f1fb0583431540d977c424ae.tar.gz
scummvm-rg350-7b4084b7e0273b37f1fb0583431540d977c424ae.tar.bz2
scummvm-rg350-7b4084b7e0273b37f1fb0583431540d977c424ae.zip
WINTERMUTE: s/uint32 _lastSample/long _lastSample/
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 8c57fd290f..3f62c05134 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -47,7 +47,7 @@ public:
void update(uint frame);
private:
Common::Array<VideoSubtitle *> _subtitles;
- long _lastSample;
+ uint32 _lastSample;
};
} // End of namespace Wintermute