aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorTravis Howell2010-01-28 00:15:53 +0000
committerTravis Howell2010-01-28 00:15:53 +0000
commitf81735fffc54aff390a5737da0c60debf5c59286 (patch)
treeef238b9fe61350e0d6d1197c386df0bdcc08c6a6 /engines/scumm/detection.cpp
parent2974ead245ab0d1fbe1d190ad59def806f5a6f1d (diff)
downloadscummvm-rg350-f81735fffc54aff390a5737da0c60debf5c59286.tar.gz
scummvm-rg350-f81735fffc54aff390a5737da0c60debf5c59286.tar.bz2
scummvm-rg350-f81735fffc54aff390a5737da0c60debf5c59286.zip
Fix regression in Let's Explore the Jungle with Buzzy.
svn-id: r47619
Diffstat (limited to 'engines/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp1
1 files changed, 1 insertions, 0 deletions
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);