From c103290e2b123510e9d9eb4716ae0336a9e61ede Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Fri, 8 Feb 2008 00:02:23 +0000 Subject: Initial support for plugin types svn-id: r30825 --- engines/drascula/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/drascula/detection.cpp') diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 63fb6c92ad..e3b5b0dc44 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -186,4 +186,4 @@ bool DrasculaMetaEngine::createInstance(OSystem *syst, Engine **engine, const Co return gd != 0; } -REGISTER_PLUGIN(DRASCULA, DrasculaMetaEngine); +REGISTER_PLUGIN(DRASCULA, PLUGIN_TYPE_ENGINE, DrasculaMetaEngine); -- cgit v1.2.3