diff options
| author | Travis Howell | 2008-06-14 11:17:16 +0000 |
|---|---|---|
| committer | Travis Howell | 2008-06-14 11:17:16 +0000 |
| commit | 2e3077b3cbdc256f2c534e2b2435c3ea2367ab79 (patch) | |
| tree | aeb59adb6aef2865e272b7f416774ae32ff78427 /base | |
| parent | 256036d4afacbf2b8c7b46ae62e216b2638c92bf (diff) | |
| download | scummvm-rg350-2e3077b3cbdc256f2c534e2b2435c3ea2367ab79.tar.gz scummvm-rg350-2e3077b3cbdc256f2c534e2b2435c3ea2367ab79.tar.bz2 scummvm-rg350-2e3077b3cbdc256f2c534e2b2435c3ea2367ab79.zip | |
Disable drawObject type 0x41, which is currently causing frequent crashes.
svn-id: r32699
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 dcd394495f..216c6ef1af 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -140,6 +140,9 @@ public: #if PLUGIN_ENABLED_STATIC(SWORD2) LINK_PLUGIN(SWORD2) #endif + #if PLUGIN_ENABLED_STATIC(TINSEL) + LINK_PLUGIN(TINSEL) + #endif #if PLUGIN_ENABLED_STATIC(TOUCHE) LINK_PLUGIN(TOUCHE) #endif |
