patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the banjo and crypt scenes

svn-id: r6814
This commit is contained in:
Jonathan Gray 2003-03-15 21:28:22 +00:00
parent edc5ea57f0
commit 9424b0f20e

View File

@ -979,8 +979,8 @@ void Scumm_v8::o8_roomOps() {
error("o8_roomOps: unimplemented case %d", subOp);
break;
case 0x5C: // SO_ROOM_NEW_PALETTE New palette
// FIXME: Used in the Crypt scene
warning("o8_roomOps: unimplemented case SO_ROOM_NEW_PALETTE(%d)", pop());
a = pop();
setPalette(a);
break;
case 0x5D: // SO_ROOM_SAVE_GAME Save game
_saveLoadCompatible = true;