AGI: Add loader and detection for Black Cauldron booter

This commit is contained in:
Jussi Pitkanen 2011-06-14 15:03:27 +03:00 committed by Eugene Sandulenko
parent d273f58b3c
commit 04353038ae
4 changed files with 104 additions and 28 deletions

View file

@ -199,6 +199,7 @@ bool AgiMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameD
case Agi::GType_PreAGI:
*engine = new Agi::PreAgiEngine(syst, gd);
break;
case Agi::GType_V1:
case Agi::GType_V2:
case Agi::GType_V3:
*engine = new Agi::AgiEngine(syst, gd);