aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v8.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 1c651ccbc7..0a17e29b1c 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -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;