mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
TSAGE: Fix ghosting of late animation frame with new palette in R2R intro
This commit is contained in:
parent
1e983cd8fc
commit
8158ec2167
@ -1606,6 +1606,7 @@ void Scene180::signal() {
|
||||
case 43:
|
||||
case 47:
|
||||
_field412 = 0;
|
||||
R2_GLOBALS._screenSurface.fillRect(Rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT), 0);
|
||||
_palette.loadPalette(0);
|
||||
_palette.loadPalette(9998);
|
||||
R2_GLOBALS._scenePalette.addFader(_palette._palette, 256, 8, this);
|
||||
|
Loading…
Reference in New Issue
Block a user