mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
MADS: Fix restoring upper palette area when dialogs close
This commit is contained in:
parent
643cbc6d16
commit
01c18c8f40
@ -64,7 +64,7 @@ void Dialog::restore() {
|
||||
|
||||
Common::copy(&_dialogPalette[0], &_dialogPalette[8 * 3],
|
||||
&_vm->_palette->_mainPalette[248 * 3]);
|
||||
_vm->_palette->setPalette(_vm->_palette->_mainPalette, 248, 8);
|
||||
_vm->_palette->setPalette(&_vm->_palette->_mainPalette[248 * 3], 248, 8);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user