KYRA: (EOB/LOL) - rename some vars
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
This commit is contained in:
parent
4e4f4164be
commit
0aa3238523
49 changed files with 5062 additions and 5062 deletions
|
@ -134,7 +134,7 @@ bool KyraMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGame
|
|||
#endif // ENABLE_LOL
|
||||
#ifdef ENABLE_EOB
|
||||
case Kyra::GI_EOB1:
|
||||
*engine = new Kyra::EobEngine(syst, flags);
|
||||
*engine = new Kyra::EoBEngine(syst, flags);
|
||||
break;
|
||||
case Kyra::GI_EOB2:
|
||||
*engine = new Kyra::DarkMoonEngine(syst, flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue