[Scummvm-cvs-logs] scummvm master -> 806fa64d7431a0123c3a77bfb63aa4ff03b7ec37

bluegr bluegr at gmail.com
Tue Mar 1 03:50:40 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
806fa64d74 SCI32: Add a note about the menu bars in GK1


Commit: 806fa64d7431a0123c3a77bfb63aa4ff03b7ec37
    https://github.com/scummvm/scummvm/commit/806fa64d7431a0123c3a77bfb63aa4ff03b7ec37
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-03-01T04:50:26+02:00

Commit Message:
SCI32: Add a note about the menu bars in GK1

Changed paths:
    engines/sci/graphics/plane32.cpp



diff --git a/engines/sci/graphics/plane32.cpp b/engines/sci/graphics/plane32.cpp
index d0de5b5..96d57e3 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;






More information about the Scummvm-git-logs mailing list