mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the banjo and crypt scenes
svn-id: r6814
This commit is contained in:
parent
edc5ea57f0
commit
9424b0f20e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user