Skip to content

Commit

Permalink
SCI32: Add a note about the menu bars in GK1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Mar 1, 2016
1 parent 03754d4 commit 806fa64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sci/graphics/plane32.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 806fa64

Please sign in to comment.