mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
Two changes in Dig movies:
- fix missing palette in sq2 movie (inside the asteroid), - restore palette after movies (ex. pigout). svn-id: r4380
This commit is contained in:
parent
567b87afb5
commit
34c181cdcf
@ -124,7 +124,7 @@ bool SmushPlayer::parseTag()
|
||||
|
||||
void SmushPlayer::parseAHDR()
|
||||
{
|
||||
// memcpy(_fluPalette, _block, 0x300);
|
||||
memcpy(_fluPalette, _block + 6, 0x300);
|
||||
_paletteChanged = true;
|
||||
|
||||
// printf("parse AHDR\n");
|
||||
@ -1057,7 +1057,7 @@ void SmushPlayer::startVideo(short int arg, byte *videoFile)
|
||||
if (_paletteChanged) {
|
||||
_paletteChanged = false;
|
||||
setPalette();
|
||||
// sm->setDirtyColors(0, 255);
|
||||
sm->setDirtyColors(0, 255);
|
||||
}
|
||||
|
||||
if (_frameChanged) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user