Little fix for the Loom room

svn-id: r3578
This commit is contained in:
Vincent Hamm 2002-02-14 15:09:40 +00:00
parent c88e7351b4
commit 72d4b02cb0
2 changed files with 2 additions and 2 deletions

View file

@ -1409,7 +1409,7 @@ void Scumm::o5_roomOps() {
b = getVarOrDirectWord(0x40);
checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)");
_currentPalette[a]=b; /*FIXME: should be shadow palette */
_fullRedraw = 1;
// _fullRedraw = 1;
} else {
a = getVarOrDirectWord(0x80);
b = getVarOrDirectWord(0x40);