aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-02-08 00:02:23 +0000
committerJordi Vilalta Prat2008-02-08 00:02:23 +0000
commitc103290e2b123510e9d9eb4716ae0336a9e61ede (patch)
tree5e13c4cd5a990094696b819b852ebbfb7afd89c9 /engines/scumm/detection.cpp
parent49d0b1f91e32eda3956c0c1d8c0156ebd5854c66 (diff)
downloadscummvm-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/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 2b30780a6b..cfd0303302 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -964,4 +964,4 @@ SaveStateList ScummMetaEngine::listSaves(const char *target) const {
return saveList;
}
-REGISTER_PLUGIN(SCUMM, ScummMetaEngine);
+REGISTER_PLUGIN(SCUMM, PLUGIN_TYPE_ENGINE, ScummMetaEngine);