From f81735fffc54aff390a5737da0c60debf5c59286 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 28 Jan 2010 00:15:53 +0000 Subject: Fix regression in Let's Explore the Jungle with Buzzy. svn-id: r47619 --- engines/scumm/detection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm') diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index a32c0892a7..bd9fc06655 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -968,6 +968,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co case 80: *engine = new ScummEngine_v80he(syst, res); break; + case 74: case 73: case 72: *engine = new ScummEngine_v72he(syst, res); -- cgit v1.2.3