aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-01-02 13:30:03 +0000
committerTravis Howell2004-01-02 13:30:03 +0000
commitf7642601fe7b708a593e1aa644d315c0429f46f4 (patch)
tree5f324284c0a516763b0a4cba92f14812616c0961 /scumm
parentbfd8549739a2c68b2589b1880341d547aabaf747 (diff)
downloadscummvm-rg350-f7642601fe7b708a593e1aa644d315c0429f46f4.tar.gz
scummvm-rg350-f7642601fe7b708a593e1aa644d315c0429f46f4.tar.bz2
scummvm-rg350-f7642601fe7b708a593e1aa644d315c0429f46f4.zip
Ooops
svn-id: r12085
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6.cpp2
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;