diff options
author | Max Horn | 2005-03-25 17:55:57 +0000 |
---|---|---|
committer | Max Horn | 2005-03-25 17:55:57 +0000 |
commit | 9a4bc8ce16dd8e5c4a15269cdda23398f9f59684 (patch) | |
tree | 66b992e30daf16b5999ad3971e46eeef4eccfaa6 /kyra | |
parent | ca28c47c10ba2a70d94e4af5482d71c115a2be78 (diff) | |
download | scummvm-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 'kyra')
-rw-r--r-- | kyra/kyra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp index e96c861b7f..2aed994d55 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.cpp @@ -95,7 +95,7 @@ Engine *Engine_KYRA_create(GameDetector *detector, OSystem *syst) { return new Kyra::KyraEngine(detector, syst); } -REGISTER_PLUGIN("Legend of Kyrandia Engine", Engine_KYRA_gameList, Engine_KYRA_create, Engine_KYRA_detectGames) +REGISTER_PLUGIN(KYRA, "Legend of Kyrandia Engine") namespace Kyra { KyraEngine::KyraEngine(GameDetector *detector, OSystem *syst) |