Fix regression in Let's Explore the Jungle with Buzzy.
svn-id: r47619
This commit is contained in:
parent
2974ead245
commit
f81735fffc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue