aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorMax Horn2005-03-25 17:55:57 +0000
committerMax Horn2005-03-25 17:55:57 +0000
commit9a4bc8ce16dd8e5c4a15269cdda23398f9f59684 (patch)
tree66b992e30daf16b5999ad3971e46eeef4eccfaa6 /sword2
parentca28c47c10ba2a70d94e4af5482d71c115a2be78 (diff)
downloadscummvm-rg350-9a4bc8ce16dd8e5c4a15269cdda23398f9f59684.tar.gz
scummvm-rg350-9a4bc8ce16dd8e5c4a15269cdda23398f9f59684.tar.bz2
scummvm-rg350-9a4bc8ce16dd8e5c4a15269cdda23398f9f59684.zip
Patch #1117443 (Experimental plugin code revision)
svn-id: r17231
Diffstat (limited to 'sword2')
-rw-r--r--sword2/sword2.cpp2
1 files changed, 1 insertions, 1 deletions
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 {