diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index f268f9c110..c599bd1e23 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1627,7 +1627,7 @@ void ScummEngine_v6::o6_roomOps() { case 220: // SO_DRAW_OBJECT_AT a = pop(); b = pop(); - warning("o6_roomops:180 (%d, %d): unimplemented", a, b); + warning("o6_roomops:220 (%d, %d): unimplemented", a, b); break; case 221: // SO_DRAW_OBJECT_IMAGE int len; |