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

svn-id: r49015
This commit is contained in:
Martin Kiewitz 2010-05-12 19:46:24 +00:00
parent a9e5f65376
commit 579a19fbc4

View File

@ -136,9 +136,8 @@ void GfxPorts::kernelSetPicWindow(Common::Rect rect, int16 picTop, int16 picLeft
_picWind->rect = rect;
_picWind->top = picTop;
_picWind->left = picLeft;
// TODO: fixme before joining
//if (initPriorityBandsFlag)
// initPriorityBands();
if (initPriorityBandsFlag)
kernelInitPriorityBands();
}
reg_t GfxPorts::kernelGetActive() {