[Scummvm-cvs-logs] SF.net SVN: scummvm:[49015] scummvm/trunk/engines/sci/graphics/ports.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed May 12 21:46:24 CEST 2010


Revision: 49015
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49015&view=rev
Author:   m_kiewitz
Date:     2010-05-12 19:46:24 +0000 (Wed, 12 May 2010)

Log Message:
-----------
SCI: fix code that was commented out (wasn't meant to get commited that way) during cleanup r47745

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/ports.cpp

Modified: scummvm/trunk/engines/sci/graphics/ports.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/ports.cpp	2010-05-12 16:36:08 UTC (rev 49014)
+++ scummvm/trunk/engines/sci/graphics/ports.cpp	2010-05-12 19:46:24 UTC (rev 49015)
@@ -136,9 +136,8 @@
 	_picWind->rect = rect;
 	_picWind->top = picTop;
 	_picWind->left = picLeft;
-	// TODO: fixme before joining
-	//if (initPriorityBandsFlag)
-	//	initPriorityBands();
+	if (initPriorityBandsFlag)
+		kernelInitPriorityBands();
 }
 
 reg_t GfxPorts::kernelGetActive() {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list