Woodruff's intro.vmd now works correctly! :))

svn-id: r28374
This commit is contained in:
Sven Hesse 2007-07-31 23:34:05 +00:00
parent 507461e94d
commit 9f05751611

View File

@ -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;