mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
ZVISION: Initialize the starting frame to -1 in RLF animations
This commit is contained in:
parent
0c4e0673c3
commit
7182b4f704
@ -56,7 +56,7 @@ RLFDecoder::RLFVideoTrack::RLFVideoTrack(Common::SeekableReadStream *stream)
|
||||
_height(0),
|
||||
_frameTime(0),
|
||||
_frames(0),
|
||||
_curFrame(0),
|
||||
_curFrame(-1),
|
||||
_frameBufferByteSize(0) {
|
||||
|
||||
if (!readHeader()) {
|
||||
|
Loading…
Reference in New Issue
Block a user