SCUMM: Fix v60he games

This commit is contained in:
Matthew Hoops 2011-05-01 17:12:56 -04:00
parent a896125ee4
commit 83cd8268ad

View File

@ -1131,6 +1131,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co
break;
case 62:
case 61:
case 60:
*engine = new ScummEngine_v60he(syst, res);
break;
default: