SCI32: Add a note about the menu bars in GK1

This commit is contained in:
Filippos Karapetis 2016-03-01 04:50:26 +02:00
parent 03754d4127
commit 806fa64d74

View File

@ -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;