SCI: fixed displaying of menubar (fixes all sorts of ega games)

svn-id: r47387
This commit is contained in:
Martin Kiewitz 2010-01-19 19:20:33 +00:00
parent 7b5a55a6a2
commit 425d0f7da3

View file

@ -327,7 +327,6 @@ void SciGui::drawMenuBar(bool clear) {
if (!clear) {
Port *oldPort = _gfx->SetPort(_gfx->_menuPort);
_menu->drawBar();
if (_screen->_picNotValid == 0)
_gfx->BitsShow(_gfx->_menuBarRect);
_gfx->SetPort(oldPort);
} else {