mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user