diff options
Diffstat (limited to 'scumm/scumm.cpp')
| -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 427ee97c66..c8406f0110 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1182,7 +1182,7 @@ void ScummEngine::scummInit() { void ScummEngine::initScummVars() { - if (_version <= 2 || _heversion >= 70) { + if (_version <= 2 || _heversion == 70) { // This needs to be at least greater than 40 to get the more // elaborate version of the EGA Zak into. I don't know where // else it makes any difference. |
