ASYLUM: restore palette after finishing playing a video

This commit is contained in:
alxpnv 2021-03-19 13:11:31 +03:00 committed by Eugene Sandulenko
parent df473f0927
commit ff03d8fe89
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1202,7 +1202,7 @@ void Encounter::drawScreen() {
getScene()->updateScreen();
getScreen()->drawWideScreenBars(82);
getScreen()->updatePalette();
getScreen()->updatePalette(0);
getScreen()->setupPalette(NULL, 0, 0);
if (getSharedData()->getMattePlaySound() /* Scene::updateScreen() does script processing, so the value might have changed */