aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-10-22 09:49:34 +0000
committerTravis Howell2005-10-22 09:49:34 +0000
commit6a911e65f0353fb3233236f0b17c4adf518cc24a (patch)
tree8ddc5c8af8fbb72c79eb2ddcbc356d493fb5df50 /scumm
parentfe5ccbb2df78dba06ce12d7fb84ea768178ba3f3 (diff)
downloadscummvm-rg350-6a911e65f0353fb3233236f0b17c4adf518cc24a.tar.gz
scummvm-rg350-6a911e65f0353fb3233236f0b17c4adf518cc24a.tar.bz2
scummvm-rg350-6a911e65f0353fb3233236f0b17c4adf518cc24a.zip
Ooops, added label for that debug msg.
svn-id: r19235
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 1e453ccd06..3ce0203acf 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -2620,7 +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]);
+ debug(0, "o90_kernelSetFunctions: case 714: type %d resId %d unk1 %d", args[1], args[2], args[3]);
break;
case 1492:
_sprite->setSpriteFlagDoubleBuffered(args[1], args[2]);