diff options
Diffstat (limited to 'engines/cruise')
-rw-r--r-- | engines/cruise/detection.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 2758867c35..a6e3e909c2 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -146,6 +146,4 @@ bool CruiseMetaEngine::createInstance(OSystem *syst, Engine **engine, const Comm return gd != 0; } -META_COMPATIBILITY_WRAPPER(CRUISE, CruiseMetaEngine); - -REGISTER_PLUGIN(CRUISE, "Cinematique evo 2 engine", "Cruise for a Corpse (C) Delphine Software"); +REGISTER_PLUGIN(CRUISE, CruiseMetaEngine); |