mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
removed unneccessary _fullRedraw; added a printf to help us track down calls to this (apparently incorrectly implemented) opcode
svn-id: r5830
This commit is contained in:
parent
cb2b5ab3b7
commit
be506653c9
@ -1696,8 +1696,8 @@ void Scumm::o5_roomOps()
|
||||
b = getVarOrDirectWord(0x40);
|
||||
}
|
||||
checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)");
|
||||
printf("copyPalColor(%d, %d)\n", a, b);
|
||||
copyPalColor(a, b);
|
||||
_fullRedraw = 1;
|
||||
} else {
|
||||
error("room-color is no longer a valid command");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user