ZVISION: Initialize the starting frame to -1 in RLF animations

This commit is contained in:
Filippos Karapetis 2014-12-30 03:51:15 +02:00
parent 0c4e0673c3
commit 7182b4f704

View File

@ -56,7 +56,7 @@ RLFDecoder::RLFVideoTrack::RLFVideoTrack(Common::SeekableReadStream *stream)
_height(0),
_frameTime(0),
_frames(0),
_curFrame(0),
_curFrame(-1),
_frameBufferByteSize(0) {
if (!readHeader()) {