Fix bug #1256368 "ITE: Black pixels drawn as white at sanctuary gate"

svn-id: r18665
This commit is contained in:
Eugene Sandulenko 2005-08-11 19:11:15 +00:00
parent 0cecdec74c
commit c1591bebc4
2 changed files with 12 additions and 5 deletions

View file

@ -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);