aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorColin Snover2016-03-13 13:20:17 -0500
committerColin Snover2016-03-13 13:20:17 -0500
commit80098c842342111fc8d7738856d5bde426f4f7c6 (patch)
tree91654946b64ca035ad353f60ecfd8705c0553159 /engines
parentee8615d6b1a81a7f0c72d06921397deb28844243 (diff)
downloadscummvm-rg350-80098c842342111fc8d7738856d5bde426f4f7c6.tar.gz
scummvm-rg350-80098c842342111fc8d7738856d5bde426f4f7c6.tar.bz2
scummvm-rg350-80098c842342111fc8d7738856d5bde426f4f7c6.zip
SCI32: Remove incorrect note about dword_C6288
Any reason why flipping this condition did anything to GK1 rendering was due to other unrelated bugs in the renderer.
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/graphics/plane32.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/graphics/plane32.cpp b/engines/sci/graphics/plane32.cpp
index 099d4dd8c4..b0197704ce 100644
--- a/engines/sci/graphics/plane32.cpp
+++ b/engines/sci/graphics/plane32.cpp
@@ -395,7 +395,6 @@ void Plane::calcLists(Plane &visiblePlane, const PlaneList &planeList, DrawList
// over the currently inserted entries later.
DrawList::size_type drawListSizePrimary = drawList.size();
- // NOTE: Setting this to true fixes the menu bars in GK1
if (/* TODO: dword_C6288 */ false) { // "high resolution pictures"????
_screenItemList.sort();
bool encounteredPic = false;