mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
Force redraw so copy protection screen in monkeyega/vga is shown correctly.
svn-id: r9881
This commit is contained in:
parent
9154abefa9
commit
221253b998
@ -1662,6 +1662,7 @@ void Scumm_v5::o5_roomOps() {
|
||||
}
|
||||
checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)");
|
||||
_roomPalette[b] = a;
|
||||
_fullRedraw = true;
|
||||
} else {
|
||||
error("room-color is no longer a valid command");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user