From 80098c842342111fc8d7738856d5bde426f4f7c6 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 13 Mar 2016 13:20:17 -0500 Subject: 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. --- engines/sci/graphics/plane32.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3