mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
Woodruff's intro.vmd now works correctly! :))
svn-id: r28374
This commit is contained in:
parent
507461e94d
commit
9f05751611
@ -1086,7 +1086,7 @@ CoktelVideo::State Vmd::processFrame(uint16 frame) {
|
||||
uint8 index = _stream->readByte();
|
||||
uint8 count = _stream->readByte();
|
||||
|
||||
_stream->read(_palette + index * 3, count + 1);
|
||||
_stream->read(_palette + index * 3, (count + 1) * 3);
|
||||
_stream->skip((255 - count) * 3);
|
||||
|
||||
state.flags |= kStatePalette;
|
||||
|
Loading…
x
Reference in New Issue
Block a user