mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
SCI/newgui: woops, forgot to set new palette when scrolling up
svn-id: r45085
This commit is contained in:
parent
e074792616
commit
07b73f6ea8
@ -73,7 +73,7 @@ void SciGuiTransitions::doit(Common::Rect picRect) {
|
||||
break;
|
||||
|
||||
case SCI_TRANSITIONS_VGA_SCROLLUP:
|
||||
scroll(SCI_TRANSITIONS_SCROLL_UP);
|
||||
setNewPalette(); scroll(SCI_TRANSITIONS_SCROLL_UP);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user