aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/graphics/plane32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/plane32.cpp b/engines/sci/graphics/plane32.cpp
index 548e7e9d17..297c6e3d21 100644
--- a/engines/sci/graphics/plane32.cpp
+++ b/engines/sci/graphics/plane32.cpp
@@ -377,6 +377,7 @@ void Plane::calcLists(Plane &visiblePlane, const PlaneList &planeList, DrawList
}
}
+ // Remove parts of eraselist/drawlist that are covered by other planes
breakEraseListByPlanes(eraseList, planeList);
breakDrawListByPlanes(drawList, planeList);