MM NES fixes:
o Fixed crash when in-game GUI was displayed o Support for save/load o Savegame version bumped svn-id: r17232
This commit is contained in:
parent
9a4bc8ce16
commit
a9c2e6ecbf
4 changed files with 17 additions and 4 deletions
|
@ -272,7 +272,7 @@ void ScummEngine::initScreens(int b, int h) {
|
|||
}
|
||||
}
|
||||
|
||||
if (_features & GF_NES) {
|
||||
if ((_features & GF_NES) && (h != _screenHeight)) {
|
||||
adj = 16;
|
||||
initVirtScreen(kUnkVirtScreen, 0, 0, _screenWidth, adj, false, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue