aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorEugene Sandulenko2006-09-29 08:14:27 +0000
committerEugene Sandulenko2006-09-29 08:14:27 +0000
commit8e2c703baba570b18aec9d871fdc8ee7efe49e57 (patch)
treef75cab4641be96daacec06e47167dbe075f642f5 /base
parent3d71f16b47c8af0f69c1f25af0eaa69f67a9beba (diff)
downloadscummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.gz
scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.bz2
scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.zip
First pahse of renaming simon engine to agos. Internal renames. Compilation
is broken svn-id: r24008
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 6cd7448f68..d554f2283b 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -368,8 +368,8 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_SWORD2
LINK_PLUGIN(SWORD2)
#endif
- #ifndef DISABLE_SIMON
- LINK_PLUGIN(SIMON)
+ #ifndef DISABLE_AGOS
+ LINK_PLUGIN(AGOS)
#endif
#ifndef DISABLE_QUEEN
LINK_PLUGIN(QUEEN)