From cc62c0823b96ea353e916464b82a53e73d65ba8f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 25 Jun 2004 11:32:19 +0000 Subject: Set fast mode for HE7 games too. FIXME not needed, originals used getGraphicsPerformance() svn-id: r14045 --- scumm/scumm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scumm') 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. -- cgit v1.2.3