Add patch #1374870 - New Lure of the Temptress module

svn-id: r20536
This commit is contained in:
Travis Howell 2006-02-11 12:54:56 +00:00
parent cbb2ca005c
commit 6703dc7fa1
47 changed files with 8270 additions and 0 deletions

View file

@ -329,6 +329,9 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_GOB
LINK_PLUGIN(GOB)
#endif
#ifndef DISABLE_LURE
LINK_PLUGIN(LURE)
#endif
#endif
}