aboutsummaryrefslogtreecommitdiff
path: root/script_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'script_v1.cpp')
-rw-r--r--script_v1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index c361418ffc..9bf325a9b7 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -845,6 +845,7 @@ void Scumm::o5_setClass()
if ((_features & GF_SMALL_HEADER) && obj <= NUM_ACTORS) {
Actor *a;
a = derefActorSafe(obj, "setClass");
+ a->ignoreBoxes = 0;
a->forceClip = 0;
}
continue;