Force redraw so copy protection screen in monkeyega/vga is shown correctly.

svn-id: r9881
This commit is contained in:
Travis Howell 2003-08-27 15:13:04 +00:00
parent 9154abefa9
commit 221253b998

View File

@ -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");
}