Little fix for the Loom room
svn-id: r3578
This commit is contained in:
parent
c88e7351b4
commit
72d4b02cb0
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue