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:
Eugene Sandulenko 2005-03-25 22:11:08 +00:00
parent 9a4bc8ce16
commit a9c2e6ecbf
4 changed files with 17 additions and 4 deletions

View file

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