aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-08-26 15:33:51 +0000
committerTravis Howell2004-08-26 15:33:51 +0000
commite54006b5b8eb5970adf73db3aad3251c8eb4fc83 (patch)
tree96d664eac48fbe6c50b3d7dc2053e73826db0305
parent8a9fa534b8f275c7327e01bb194537955b8026cf (diff)
downloadscummvm-rg350-e54006b5b8eb5970adf73db3aad3251c8eb4fc83.tar.gz
scummvm-rg350-e54006b5b8eb5970adf73db3aad3251c8eb4fc83.tar.bz2
scummvm-rg350-e54006b5b8eb5970adf73db3aad3251c8eb4fc83.zip
Fix height
svn-id: r14782
-rw-r--r--scumm/scumm.cpp2
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);