aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-10-22 09:32:48 +0000
committerTravis Howell2005-10-22 09:32:48 +0000
commitfe5ccbb2df78dba06ce12d7fb84ea768178ba3f3 (patch)
treef79439b76d173f39bc0a8ec3180e35ea7803151b /scumm
parent883fe108d202cba21210d12f5efeed376b45fd60 (diff)
downloadscummvm-rg350-fe5ccbb2df78dba06ce12d7fb84ea768178ba3f3.tar.gz
scummvm-rg350-fe5ccbb2df78dba06ce12d7fb84ea768178ba3f3.tar.bz2
scummvm-rg350-fe5ccbb2df78dba06ce12d7fb84ea768178ba3f3.zip
Add debug msg.
svn-id: r19234
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v90he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index e815d5f218..1e453ccd06 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -2620,6 +2620,7 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
_wiz->_rectOverrideEnabled = false;
break;
case 714:
+ debug(0, "type %d resId %d unk1 %d", args[1], args[2], args[3]);
break;
case 1492:
_sprite->setSpriteFlagDoubleBuffered(args[1], args[2]);