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.
This commit is contained in:
Colin Snover
2016-03-13 13:20:17 -05:00
parent ee8615d6b1
commit 80098c8423
-1
View File
@@ -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;