Fix what looks to be a typo, anybody who actually has kyra may want to verify this...

svn-id: r15560
This commit is contained in:
Max Horn 2004-10-15 19:48:07 +00:00
parent 293162d2ba
commit 2b2fa690e9

View File

@ -92,9 +92,9 @@ namespace Kyra {
}
uint8* frameData = 0;
uint8 image40[64000]; // I think this crash on Plam OS :)
uint8 image40[64000]; // I think this will crash on Plam OS :)
if (frame = _prefetchedFrame + 1) {
if (frame == _prefetchedFrame + 1) {
frameData = _buffer + _offsetTable[frame] + (hasPalette() ? 768 : 0);
Compression::decode80(frameData, image40);
Compression::decode40(image40, _currentFrame);