From fe5ccbb2df78dba06ce12d7fb84ea768178ba3f3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 22 Oct 2005 09:32:48 +0000 Subject: Add debug msg. svn-id: r19234 --- scumm/script_v90he.cpp | 1 + 1 file changed, 1 insertion(+) 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]); -- cgit v1.2.3