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 /engines/cine | |
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
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |