mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
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:
parent
a9e5f65376
commit
579a19fbc4
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user