diff options
-rw-r--r-- | scumm/script_v6he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 900de14687..a7b20b6f81 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -522,7 +522,7 @@ void ScummEngine_v6he::o6_roomOps() { case 220: a = pop(); b = pop(); - warning("o6_roomops:220 (%d, %d): unimplemented", a, b); + copyPalColor(a, b); break; case 221: int len; |