diff options
author | Travis Howell | 2006-02-11 12:54:56 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-11 12:54:56 +0000 |
commit | 6703dc7fa1cd517a96d4f1955ca1794967d2a920 (patch) | |
tree | cd3e2ee3053e8a7ffc6ac05c1109bcb5ac1040c5 /base | |
parent | cbb2ca005c8385a25fcf7195319ca909d0f7124b (diff) | |
download | scummvm-rg350-6703dc7fa1cd517a96d4f1955ca1794967d2a920.tar.gz scummvm-rg350-6703dc7fa1cd517a96d4f1955ca1794967d2a920.tar.bz2 scummvm-rg350-6703dc7fa1cd517a96d4f1955ca1794967d2a920.zip |
Add patch #1374870 - New Lure of the Temptress module
svn-id: r20536
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index c789f9e1d9..4da156f339 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -329,6 +329,9 @@ void PluginManager::loadPlugins() { #ifndef DISABLE_GOB LINK_PLUGIN(GOB) #endif + #ifndef DISABLE_LURE + LINK_PLUGIN(LURE) + #endif #endif } |