SCUMM: Create proper engine for heversion 101

Regression from 3968f31948
This commit is contained in:
Matthew Hoops 2012-06-09 20:00:45 -04:00
parent ca3ea849d8
commit 0e5ae35e34

View file

@ -1135,6 +1135,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co
case 200:
*engine = new ScummEngine_vCUPhe(syst, res);
break;
case 101:
case 100:
*engine = new ScummEngine_v100he(syst, res);
break;