aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorTravis Howell2006-05-24 00:27:56 +0000
committerTravis Howell2006-05-24 00:27:56 +0000
commitd9d3b604f28746acba0553e107538d9288e1fa85 (patch)
tree56f2ecd65adfb1e0ecd9ce09daca0e6c0e45881d /base
parent9b5c97ce6635c81da6d26eea701c4bbbad3e023f (diff)
downloadscummvm-rg350-d9d3b604f28746acba0553e107538d9288e1fa85.tar.gz
scummvm-rg350-d9d3b604f28746acba0553e107538d9288e1fa85.tar.bz2
scummvm-rg350-d9d3b604f28746acba0553e107538d9288e1fa85.zip
Fix compile
svn-id: r22592
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 9ee7e2590c..a72cbf1384 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -368,7 +368,7 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_CINE
LINK_PLUGIN(CINE)
#endif
- #ifndef DISABLE_CINE
+ #ifndef DISABLE_AGI
LINK_PLUGIN(AGI)
#endif