aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-20 11:54:42 +0000
committerTravis Howell2004-07-20 11:54:42 +0000
commit38ddd36d4132253d914a721d66e3b4c8601e3568 (patch)
tree6b16fe78395139817048ca51b840c7cdbf5e7845 /scumm/scumm.cpp
parent08a260444f56c54ae8b20e0542a398c78fbdeddb (diff)
downloadscummvm-rg350-38ddd36d4132253d914a721d66e3b4c8601e3568.tar.gz
scummvm-rg350-38ddd36d4132253d914a721d66e3b4c8601e3568.tar.bz2
scummvm-rg350-38ddd36d4132253d914a721d66e3b4c8601e3568.zip
Correct version key in HE 7.0+ games.
svn-id: r14287
Diffstat (limited to 'scumm/scumm.cpp')
-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