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:
athrxx 2011-12-12 16:23:01 +01:00 committed by Johannes Schickel
parent 4e4f4164be
commit 0aa3238523
49 changed files with 5062 additions and 5062 deletions

View file

@ -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);