aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 9b5a462087..8bdf761c50 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1747,11 +1747,6 @@ void ScummEngine_v6::o6_roomOps() {
else
setPalette(a);
break;
- case 220:
- a = pop();
- b = pop();
- warning("o6_roomops:220 (%d, %d): unimplemented", a, b);
- break;
default:
error("o6_roomOps: default case %d", op);
}