diff options
author | Travis Howell | 2010-01-28 00:15:53 +0000 |
---|---|---|
committer | Travis Howell | 2010-01-28 00:15:53 +0000 |
commit | f81735fffc54aff390a5737da0c60debf5c59286 (patch) | |
tree | ef238b9fe61350e0d6d1197c386df0bdcc08c6a6 /engines/scumm | |
parent | 2974ead245ab0d1fbe1d190ad59def806f5a6f1d (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/scumm/detection.cpp | 1 |
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); |