Fix bug #1256368 "ITE: Black pixels drawn as white at sanctuary gate"
svn-id: r18665
This commit is contained in:
parent
0cecdec74c
commit
c1591bebc4
2 changed files with 12 additions and 5 deletions
|
@ -579,11 +579,6 @@ void Interface::draw() {
|
|||
drawVerbPanel(backBuffer, _verbTypeToPanelButton[i]);
|
||||
}
|
||||
}
|
||||
|
||||
// Mac panel background has one line skipped, so overdraw it
|
||||
if (_vm->getFeatures() & GF_MAC_RESOURCES) {
|
||||
backBuffer->drawLine(51, 151, 165, 151, 0);
|
||||
}
|
||||
} else if (_panelMode == kPanelConverse) {
|
||||
_conversePanel.getRect(rect);
|
||||
backBuffer->blit(rect, _conversePanel.image);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue