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:
Paweł Kołodziejski 2002-05-24 12:38:45 +00:00
parent 567b87afb5
commit 34c181cdcf

View File

@ -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) {