aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ea15b3b031..5bb1ea9a82 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1064,8 +1064,10 @@ void ScummEngine::launch() {
scummInit();
if (_version > 2) {
- if (_version < 7 && _heversion <= 71)
+ if (_version < 7 && _heversion <= 60)
VAR(VAR_VERSION) = 21;
+ else if (_heversion >= 70)
+ VAR(VAR_VERSION) = 22;
if (!((_features & GF_MACINTOSH) && (_version == 3)) && !(_features & GF_FMTOWNS)) {
// This is NOT for the Mac version of Indy3/Loom