SCI: fixed displaying of menubar (fixes all sorts of ega games)
svn-id: r47387
This commit is contained in:
parent
7b5a55a6a2
commit
425d0f7da3
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue