From 8a73356a2d6e2d6b7ecefb53e0d5e82484f0e697 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 3 Feb 2008 18:56:47 +0000 Subject: Revised Engine plugin API to only provide a single func which returns a MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 --- engines/sword2/sword2.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/sword2') diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 8e9b69db5c..29530529e8 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -180,9 +180,7 @@ PluginError Sword2MetaEngine::createInstance(OSystem *syst, Engine **engine) con return kNoGameDataFoundError; } -META_COMPATIBILITY_WRAPPER(SWORD2, Sword2MetaEngine); - -REGISTER_PLUGIN(SWORD2, "Broken Sword 2", "Broken Sword Games (C) Revolution"); +REGISTER_PLUGIN(SWORD2, Sword2MetaEngine); namespace Sword2 { -- cgit v1.2.3