diff options
author | Jordi Vilalta Prat | 2008-02-08 00:02:23 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-02-08 00:02:23 +0000 |
commit | c103290e2b123510e9d9eb4716ae0336a9e61ede (patch) | |
tree | 5e13c4cd5a990094696b819b852ebbfb7afd89c9 /engines/sword2 | |
parent | 49d0b1f91e32eda3956c0c1d8c0156ebd5854c66 (diff) | |
download | scummvm-rg350-c103290e2b123510e9d9eb4716ae0336a9e61ede.tar.gz scummvm-rg350-c103290e2b123510e9d9eb4716ae0336a9e61ede.tar.bz2 scummvm-rg350-c103290e2b123510e9d9eb4716ae0336a9e61ede.zip |
Initial support for plugin types
svn-id: r30825
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/sword2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 29530529e8..2634a96962 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -180,7 +180,7 @@ PluginError Sword2MetaEngine::createInstance(OSystem *syst, Engine **engine) con return kNoGameDataFoundError; } -REGISTER_PLUGIN(SWORD2, Sword2MetaEngine); +REGISTER_PLUGIN(SWORD2, PLUGIN_TYPE_ENGINE, Sword2MetaEngine); namespace Sword2 { |