diff options
author | Max Horn | 2006-12-28 12:29:18 +0000 |
---|---|---|
committer | Max Horn | 2006-12-28 12:29:18 +0000 |
commit | fb1cb33324e3cb728cc5de2d24f279ea7bc563d9 (patch) | |
tree | 5a45b2f41666f30de9835b57aa066a7e3686ddfa | |
parent | 203b93e49dadf43fe4483163b44d3fe8fd4e3350 (diff) | |
download | scummvm-rg350-fb1cb33324e3cb728cc5de2d24f279ea7bc563d9.tar.gz scummvm-rg350-fb1cb33324e3cb728cc5de2d24f279ea7bc563d9.tar.bz2 scummvm-rg350-fb1cb33324e3cb728cc5de2d24f279ea7bc563d9.zip |
Fix previous commit by anotherguest
svn-id: r24942
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 43cbbe4ff7..bcca62ce1c 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -150,7 +150,7 @@ public: #ifndef DISABLE_AGI LINK_PLUGIN(AGI) #endif - #ifndef ' + #ifndef DISABLE_TOUCHE LINK_PLUGIN(TOUCHE) #endif |