aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-08-27 15:13:04 +0000
committerTravis Howell2003-08-27 15:13:04 +0000
commit221253b9989a4f8a81eab0c5fb25704e977e52e9 (patch)
tree96fb5d7f21c44bc3ced59f194cddb9d7010547c0 /scumm
parent9154abefa9687f89ab9c65e68f7ad45659998440 (diff)
downloadscummvm-rg350-221253b9989a4f8a81eab0c5fb25704e977e52e9.tar.gz
scummvm-rg350-221253b9989a4f8a81eab0c5fb25704e977e52e9.tar.bz2
scummvm-rg350-221253b9989a4f8a81eab0c5fb25704e977e52e9.zip
Force redraw so copy protection screen in monkeyega/vga is shown correctly.
svn-id: r9881
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 6d1427c7a8..748d52028c 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -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");
}