diff options
-rw-r--r-- | scumm/scumm.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index c29551b14e..b31ef92bef 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1180,8 +1180,7 @@ void ScummEngine::scummInit() { void ScummEngine::initScummVars() { - // FIXME - if (_version <= 2) { + 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. |