aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/plane32.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2016-03-01 04:50:26 +0200
committerFilippos Karapetis2016-03-01 04:50:26 +0200
commit806fa64d7431a0123c3a77bfb63aa4ff03b7ec37 (patch)
tree034101faa3e2547abd6f3008e15502dbaa3777ba /engines/sci/graphics/plane32.cpp
parent03754d4127bc90571aa70b455c4ddd900ddea5e0 (diff)
downloadscummvm-rg350-806fa64d7431a0123c3a77bfb63aa4ff03b7ec37.tar.gz
scummvm-rg350-806fa64d7431a0123c3a77bfb63aa4ff03b7ec37.tar.bz2
scummvm-rg350-806fa64d7431a0123c3a77bfb63aa4ff03b7ec37.zip
SCI32: Add a note about the menu bars in GK1
Diffstat (limited to 'engines/sci/graphics/plane32.cpp')
-rw-r--r--engines/sci/graphics/plane32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/plane32.cpp b/engines/sci/graphics/plane32.cpp
index d0de5b5917..96d57e3917 100644
--- a/engines/sci/graphics/plane32.cpp
+++ b/engines/sci/graphics/plane32.cpp
@@ -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;