diff options
author | Torbjörn Andersson | 2008-02-03 10:15:36 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-02-03 10:15:36 +0000 |
commit | e51bf8021851d91f4904bd73263a455367d99b34 (patch) | |
tree | bbeb744f016acddd6d123ded471c9f7372982231 | |
parent | a6ad889aa22e0283bb24746d9da936fdf4f5a754 (diff) | |
download | scummvm-rg350-e51bf8021851d91f4904bd73263a455367d99b34.tar.gz scummvm-rg350-e51bf8021851d91f4904bd73263a455367d99b34.tar.bz2 scummvm-rg350-e51bf8021851d91f4904bd73263a455367d99b34.zip |
Changed "COMPATIBLITY" to "COMPATIBILITY".
svn-id: r30754
-rw-r--r-- | engines/agi/detection.cpp | 2 | ||||
-rw-r--r-- | engines/agos/detection.cpp | 2 | ||||
-rw-r--r-- | engines/cine/detection.cpp | 2 | ||||
-rw-r--r-- | engines/cruise/detection.cpp | 2 | ||||
-rw-r--r-- | engines/drascula/detection.cpp | 2 | ||||
-rw-r--r-- | engines/gob/detection.cpp | 2 | ||||
-rw-r--r-- | engines/igor/detection.cpp | 2 | ||||
-rw-r--r-- | engines/kyra/detection.cpp | 2 | ||||
-rw-r--r-- | engines/lure/detection.cpp | 2 | ||||
-rw-r--r-- | engines/metaengine.h | 6 | ||||
-rw-r--r-- | engines/parallaction/detection.cpp | 2 | ||||
-rw-r--r-- | engines/queen/queen.cpp | 2 | ||||
-rw-r--r-- | engines/saga/detection.cpp | 2 | ||||
-rw-r--r-- | engines/scumm/detection.cpp | 2 | ||||
-rw-r--r-- | engines/sky/sky.cpp | 2 | ||||
-rw-r--r-- | engines/sword1/sword1.cpp | 2 | ||||
-rw-r--r-- | engines/sword2/sword2.cpp | 2 | ||||
-rw-r--r-- | engines/touche/detection.cpp | 2 |
18 files changed, 20 insertions, 20 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 7aae49d4b3..f9d42633af 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -2284,7 +2284,7 @@ bool AgiMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common: return res; } -META_COMPATIBLITY_WRAPPER(AGI, AgiMetaEngine); +META_COMPATIBILITY_WRAPPER(AGI, AgiMetaEngine); REGISTER_PLUGIN(AGI, "AGI preAGI + v2 + v3 Engine", "Sierra AGI Engine (C) Sierra On-Line Software"); diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp index 6ea2e0dec3..74ce517f59 100644 --- a/engines/agos/detection.cpp +++ b/engines/agos/detection.cpp @@ -151,7 +151,7 @@ bool AgosMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return res; } -META_COMPATIBLITY_WRAPPER(AGOS, AgosMetaEngine); +META_COMPATIBILITY_WRAPPER(AGOS, AgosMetaEngine); REGISTER_PLUGIN(AGOS, "AGOS", "AGOS (C) Adventure Soft"); diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index 2b31876265..fd1769e6b8 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -511,6 +511,6 @@ bool CineMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return gd != 0; } -META_COMPATIBLITY_WRAPPER(CINE, CineMetaEngine); +META_COMPATIBILITY_WRAPPER(CINE, CineMetaEngine); REGISTER_PLUGIN(CINE, "Cinematique evo 1 engine", "Future Wars & Operation Stealth (C) Delphine Software"); diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 5a4520e085..2758867c35 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -146,6 +146,6 @@ bool CruiseMetaEngine::createInstance(OSystem *syst, Engine **engine, const Comm return gd != 0; } -META_COMPATIBLITY_WRAPPER(CRUISE, CruiseMetaEngine); +META_COMPATIBILITY_WRAPPER(CRUISE, CruiseMetaEngine); REGISTER_PLUGIN(CRUISE, "Cinematique evo 2 engine", "Cruise for a Corpse (C) Delphine Software"); diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 48904ddcf5..484869ecaa 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -186,6 +186,6 @@ bool DrasculaMetaEngine::createInstance(OSystem *syst, Engine **engine, const Co return gd != 0; } -META_COMPATIBLITY_WRAPPER(DRASCULA, DrasculaMetaEngine); +META_COMPATIBILITY_WRAPPER(DRASCULA, DrasculaMetaEngine); REGISTER_PLUGIN(DRASCULA, "Drascula Engine", "Drascula Engine (C) 2000 Alcachofa Soft, 1996 (C) Digital Dreams Multimedia, 1994 (C) Emilio de Paz"); diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index decbb02238..a752523bde 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1779,7 +1779,7 @@ bool GobMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common: return gd != 0; } -META_COMPATIBLITY_WRAPPER(GOB, GobMetaEngine); +META_COMPATIBILITY_WRAPPER(GOB, GobMetaEngine); REGISTER_PLUGIN(GOB, "Gob Engine", "Goblins Games (C) Coktel Vision"); diff --git a/engines/igor/detection.cpp b/engines/igor/detection.cpp index a83a740226..6f16e2f30a 100644 --- a/engines/igor/detection.cpp +++ b/engines/igor/detection.cpp @@ -134,6 +134,6 @@ bool IgorMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return gd != 0; } -META_COMPATIBLITY_WRAPPER(IGOR, IgorMetaEngine); +META_COMPATIBILITY_WRAPPER(IGOR, IgorMetaEngine); REGISTER_PLUGIN(IGOR, "Igor: Objective Uikokahonia", "Igor: Objective Uikokahonia (C) Pendulo Studios"); diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 42f6f52eaa..a1bb7c5656 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -484,6 +484,6 @@ bool KyraMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return res; } -META_COMPATIBLITY_WRAPPER(KYRA, KyraMetaEngine); +META_COMPATIBILITY_WRAPPER(KYRA, KyraMetaEngine); REGISTER_PLUGIN(KYRA, "Legend of Kyrandia Engine", "The Legend of Kyrandia (C) Westwood Studios"); diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index 104ef35098..0933054161 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -197,6 +197,6 @@ bool LureMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return gd != 0; } -META_COMPATIBLITY_WRAPPER(LURE, LureMetaEngine); +META_COMPATIBILITY_WRAPPER(LURE, LureMetaEngine); REGISTER_PLUGIN(LURE, "Lure of the Temptress Engine", "Lure of the Temptress (C) Revolution"); diff --git a/engines/metaengine.h b/engines/metaengine.h index 255668e55d..600968331d 100644 --- a/engines/metaengine.h +++ b/engines/metaengine.h @@ -59,12 +59,12 @@ public: /** - * The META_COMPATIBLITY_WRAPPER macro is there to ease the transition from the + * The META_COMPATIBILITY_WRAPPER macro is there to ease the transition from the * old plugin API to the new MetaEngine class. Ultimately, this macro will go * and REGISTER_PLUGIN will be changed to simply take an ID and a METACLASS. - * Until then, use META_COMPATIBLITY_WRAPPER + REGISTER_PLUGIN. + * Until then, use META_COMPATIBILITY_WRAPPER + REGISTER_PLUGIN. */ -#define META_COMPATIBLITY_WRAPPER(ID,METACLASS) \ +#define META_COMPATIBILITY_WRAPPER(ID,METACLASS) \ static MetaEngine &getMetaEngine() { \ static MetaEngine *meta = 0; \ if (!meta) meta = new METACLASS(); \ diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index f2d1cf9b6c..b435f8f187 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -218,6 +218,6 @@ bool ParallactionMetaEngine::createInstance(OSystem *syst, Engine **engine, cons return res; } -META_COMPATIBLITY_WRAPPER(PARALLACTION, ParallactionMetaEngine); +META_COMPATIBILITY_WRAPPER(PARALLACTION, ParallactionMetaEngine); REGISTER_PLUGIN(PARALLACTION, "Parallaction engine", "Nippon Safes Inc. (C) Dynabyte"); diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp index 7522ac238b..1598311503 100644 --- a/engines/queen/queen.cpp +++ b/engines/queen/queen.cpp @@ -128,7 +128,7 @@ PluginError QueenMetaEngine::createInstance(OSystem *syst, Engine **engine) cons return kNoError; } -META_COMPATIBLITY_WRAPPER(QUEEN, QueenMetaEngine); +META_COMPATIBILITY_WRAPPER(QUEEN, QueenMetaEngine); REGISTER_PLUGIN(QUEEN, "Flight of the Amazon Queen", "Flight of the Amazon Queen (C) John Passfield and Steve Stamatiadis"); diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index 43148cf95f..be5c018fbb 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -164,7 +164,7 @@ bool SagaMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return gd != 0; } -META_COMPATIBLITY_WRAPPER(SAGA, SagaMetaEngine); +META_COMPATIBILITY_WRAPPER(SAGA, SagaMetaEngine); REGISTER_PLUGIN(SAGA, "SAGA Engine", "Inherit the Earth (C) Wyrmkeep Entertainment"); diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index c85500fcc9..a2a6de4abf 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -929,7 +929,7 @@ const char *ScummMetaEngine::getCopyright() const { "Humongous SCUMM Games (C) Humongous"; } -META_COMPATIBLITY_WRAPPER(SCUMM, ScummMetaEngine); +META_COMPATIBILITY_WRAPPER(SCUMM, ScummMetaEngine); REGISTER_PLUGIN(SCUMM, "Scumm Engine", "LucasArts SCUMM Games (C) LucasArts\n" diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index f3393ade6f..ca378bc061 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -195,7 +195,7 @@ PluginError SkyMetaEngine::createInstance(OSystem *syst, Engine **engine) const return kNoError; } -META_COMPATIBLITY_WRAPPER(SKY, SkyMetaEngine); +META_COMPATIBILITY_WRAPPER(SKY, SkyMetaEngine); REGISTER_PLUGIN(SKY, "Beneath a Steel Sky", "Beneath a Steel Sky (C) Revolution"); diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp index faee215904..4d99868d98 100644 --- a/engines/sword1/sword1.cpp +++ b/engines/sword1/sword1.cpp @@ -187,7 +187,7 @@ PluginError SwordMetaEngine::createInstance(OSystem *syst, Engine **engine) cons return kNoError; } -META_COMPATIBLITY_WRAPPER(SWORD1, SwordMetaEngine); +META_COMPATIBILITY_WRAPPER(SWORD1, SwordMetaEngine); REGISTER_PLUGIN(SWORD1, "Broken Sword", "Broken Sword Games (C) Revolution"); diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index af4474cd87..8e9b69db5c 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -180,7 +180,7 @@ PluginError Sword2MetaEngine::createInstance(OSystem *syst, Engine **engine) con return kNoGameDataFoundError; } -META_COMPATIBLITY_WRAPPER(SWORD2, Sword2MetaEngine); +META_COMPATIBILITY_WRAPPER(SWORD2, Sword2MetaEngine); REGISTER_PLUGIN(SWORD2, "Broken Sword 2", "Broken Sword Games (C) Revolution"); diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp index 6b3b2955a3..8d3d88fb7c 100644 --- a/engines/touche/detection.cpp +++ b/engines/touche/detection.cpp @@ -147,6 +147,6 @@ bool ToucheMetaEngine::createInstance(OSystem *syst, Engine **engine, const Comm return gd != 0; } -META_COMPATIBLITY_WRAPPER(TOUCHE, ToucheMetaEngine); +META_COMPATIBILITY_WRAPPER(TOUCHE, ToucheMetaEngine); REGISTER_PLUGIN(TOUCHE, "Touche Engine", "Touche: The Adventures of the 5th Musketeer (C) Clipper Software"); |