aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index a28ae984e6..aecb0ef784 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -714,7 +714,7 @@ void ScummEngine_v70he::o70_kernelSetFunctions() {
break;
case 30:
a = derefActor(args[1], "o70_kernelSetFunctions: 30");
- a->clipOverride.bottom = args[2];
+ a->_clipOverride.bottom = args[2];
break;
case 42:
// drawWizImage related