mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
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:
parent
293162d2ba
commit
2b2fa690e9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user