diff options
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 05c2e18416..a622bb9142 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1329,7 +1329,7 @@ void ScummEngine::scummInit() { _tempMusic = 0; debug(9, "scummInit"); - if ((_gameId == GID_MANIAC) && (_version == 1)) { + if ((_gameId == GID_MANIAC) && (_version == 1) && !(_features & GF_NES)) { initScreens(16, 152); } else if (_version >= 7 || _heversion >= 71) { initScreens(0, _screenHeight); |