From 8e2c703baba570b18aec9d871fdc8ee7efe49e57 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 29 Sep 2006 08:14:27 +0000 Subject: First pahse of renaming simon engine to agos. Internal renames. Compilation is broken svn-id: r24008 --- base/plugins.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') 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) -- cgit v1.2.3