Fix regression in Let's Explore the Jungle with Buzzy.

svn-id: r47619
This commit is contained in:
Travis Howell 2010-01-28 00:15:53 +00:00
parent 2974ead245
commit f81735fffc

View file

@ -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);