diff options
author | Travis Howell | 2005-10-22 09:49:34 +0000 |
---|---|---|
committer | Travis Howell | 2005-10-22 09:49:34 +0000 |
commit | 6a911e65f0353fb3233236f0b17c4adf518cc24a (patch) | |
tree | 8ddc5c8af8fbb72c79eb2ddcbc356d493fb5df50 | |
parent | fe5ccbb2df78dba06ce12d7fb84ea768178ba3f3 (diff) | |
download | scummvm-rg350-6a911e65f0353fb3233236f0b17c4adf518cc24a.tar.gz scummvm-rg350-6a911e65f0353fb3233236f0b17c4adf518cc24a.tar.bz2 scummvm-rg350-6a911e65f0353fb3233236f0b17c4adf518cc24a.zip |
Ooops, added label for that debug msg.
svn-id: r19235
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
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]); |