diff options
author | Filippos Karapetis | 2016-03-01 04:50:26 +0200 |
---|---|---|
committer | Filippos Karapetis | 2016-03-01 04:50:26 +0200 |
commit | 806fa64d7431a0123c3a77bfb63aa4ff03b7ec37 (patch) | |
tree | 034101faa3e2547abd6f3008e15502dbaa3777ba | |
parent | 03754d4127bc90571aa70b455c4ddd900ddea5e0 (diff) | |
download | scummvm-rg350-806fa64d7431a0123c3a77bfb63aa4ff03b7ec37.tar.gz scummvm-rg350-806fa64d7431a0123c3a77bfb63aa4ff03b7ec37.tar.bz2 scummvm-rg350-806fa64d7431a0123c3a77bfb63aa4ff03b7ec37.zip |
SCI32: Add a note about the menu bars in GK1
-rw-r--r-- | engines/sci/graphics/plane32.cpp | 1 |
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; |