aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 36045be460..9798c90642 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1024,6 +1024,7 @@ void ScummEngine_v72he::o72_actorOps() {
break;
case 98: // SO_SHADOW
a->shadow_mode = pop();
+ debug(0, "Set actor XMAP idx to %d\n", a->shadow_mode);
break;
case 99: // SO_TEXT_OFFSET
a->talkPosY = pop();