mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
SCI32: Add a note about the menu bars in GK1
This commit is contained in:
parent
03754d4127
commit
806fa64d74
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user