From 806fa64d7431a0123c3a77bfb63aa4ff03b7ec37 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 1 Mar 2016 04:50:26 +0200 Subject: SCI32: Add a note about the menu bars in GK1 --- engines/sci/graphics/plane32.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics/plane32.cpp') diff --git a/engines/sci/graphics/plane32.cpp b/engines/sci/graphics/plane32.cpp index d0de5b5917..96d57e3917 100644 --- a/engines/sci/graphics/plane32.cpp +++ b/engines/sci/graphics/plane32.cpp @@ -381,6 +381,7 @@ void Plane::calcLists(Plane &visiblePlane, const PlaneList &planeList, DrawList breakEraseListByPlanes(eraseList, planeList); breakDrawListByPlanes(drawList, planeList); + // 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