aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorColin Snover2016-02-17 20:09:16 -0600
committerColin Snover2016-02-18 13:18:03 -0600
commit3c9b93050643579a379249b29c36a74acf1fdaa0 (patch)
tree4f3a745aac18ead2c1ddc2ff379c609186da5aea /engines
parent2f17ba2b0ab77ef939c21efa04f7aaafccbd0c37 (diff)
downloadscummvm-rg350-3c9b93050643579a379249b29c36a74acf1fdaa0.tar.gz
scummvm-rg350-3c9b93050643579a379249b29c36a74acf1fdaa0.tar.bz2
scummvm-rg350-3c9b93050643579a379249b29c36a74acf1fdaa0.zip
SCI: Add comments to plane code
Diffstat (limited to 'engines')
-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);