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 e664ba6294..15d80840b9 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1163,7 +1163,7 @@ void ScummEngine::scummInit() { if ((_gameId == GID_MANIAC) && (_version == 1)) { initScreens(16, 152); - } else if (_version >= 7) { + } else if (_version >= 7 || _heversion >= 71) { initScreens(0, _screenHeight); } else { initScreens(16, 144); |