diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index a752523bde..b9ba12d224 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1779,9 +1779,7 @@ bool GobMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common: return gd != 0; } -META_COMPATIBILITY_WRAPPER(GOB, GobMetaEngine); - -REGISTER_PLUGIN(GOB, "Gob Engine", "Goblins Games (C) Coktel Vision"); +REGISTER_PLUGIN(GOB, GobMetaEngine); namespace Gob { |