aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 191cd81d3a..03f257f66b 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -3071,6 +3071,7 @@ void Scumm::o6_kernelFunction()
break;
case 212:
a = derefActorSafe(args[1], "o6_kernelFunction:212");
+ // FIXME - frame is never set and thus always 0! See actor.h comment
push(a->frame);
break;
case 215: