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/sword2/sword2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword2/sword2.cpp') 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 { -- cgit v1.2.3