From 9a4bc8ce16dd8e5c4a15269cdda23398f9f59684 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 25 Mar 2005 17:55:57 +0000 Subject: Patch #1117443 (Experimental plugin code revision) svn-id: r17231 --- sword2/sword2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2') diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp index b77ddc60d1..2603f09bfb 100644 --- a/sword2/sword2.cpp +++ b/sword2/sword2.cpp @@ -103,7 +103,7 @@ Engine *Engine_SWORD2_create(GameDetector *detector, OSystem *syst) { return new Sword2::Sword2Engine(detector, syst); } -REGISTER_PLUGIN("Broken Sword II", Engine_SWORD2_gameList, Engine_SWORD2_create, Engine_SWORD2_detectGames) +REGISTER_PLUGIN(SWORD2, "Broken Sword II") namespace Sword2 { -- cgit v1.2.3