diff options
-rw-r--r-- | scumm/script_v90he.cpp | 1 |
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]); |