aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 6f821f7327..582ea9ebc4 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -148,6 +148,9 @@ public:
#if PLUGIN_ENABLED_STATIC(SWORD2)
LINK_PLUGIN(SWORD2)
#endif
+ #if PLUGIN_ENABLED_STATIC(TEENAGENT)
+ LINK_PLUGIN(TEENAGENT)
+ #endif
#if PLUGIN_ENABLED_STATIC(TINSEL)
LINK_PLUGIN(TINSEL)
#endif
@@ -157,9 +160,6 @@ public:
#if PLUGIN_ENABLED_STATIC(TUCKER)
LINK_PLUGIN(TUCKER)
#endif
- #if PLUGIN_ENABLED_STATIC(TEENAGENT)
- LINK_PLUGIN(TEENAGENT)
- #endif
// Music plugins
// TODO: Use defines to disable or enable each MIDI driver as a