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,8 +327,7 @@ void SciGui::drawMenuBar(bool clear) {
|
||||||
if (!clear) {
|
if (!clear) {
|
||||||
Port *oldPort = _gfx->SetPort(_gfx->_menuPort);
|
Port *oldPort = _gfx->SetPort(_gfx->_menuPort);
|
||||||
_menu->drawBar();
|
_menu->drawBar();
|
||||||
if (_screen->_picNotValid == 0)
|
_gfx->BitsShow(_gfx->_menuBarRect);
|
||||||
_gfx->BitsShow(_gfx->_menuBarRect);
|
|
||||||
_gfx->SetPort(oldPort);
|
_gfx->SetPort(oldPort);
|
||||||
} else {
|
} else {
|
||||||
drawStatus("", 0, 0);
|
drawStatus("", 0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue