SCUMM: Create proper engine for heversion 101
Regression from 3968f31948
This commit is contained in:
parent
ca3ea849d8
commit
0e5ae35e34
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue