DREAMWEB: Remove an erroneous comment (copy/paste error)

This commit is contained in:
Filippos Karapetis 2011-12-18 03:07:54 +02:00
parent 08fec8fa34
commit 83b31ccb1d

View file

@ -188,7 +188,7 @@ SaveStateDescriptor DreamWebMetaEngine::querySaveMetaInfos(const char *target, i
}
return SaveStateDescriptor();
} // End of namespace Toltecs
}
#if PLUGIN_ENABLED_DYNAMIC(DREAMWEB)
REGISTER_PLUGIN_DYNAMIC(DREAMWEB, PLUGIN_TYPE_ENGINE, DreamWebMetaEngine);