aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-03 21:20:13 +0000
committerVladimir Menshakov2009-09-03 21:20:13 +0000
commit3c8cdcae2f75abe86dee528c5f94c4fc0efdf6ac (patch)
tree9a696e7c32fcbf33c165148e892760844a86553d /base
parente50631bee3a68cc84f7bed85d567cdbfcaa6fd5c (diff)
downloadscummvm-rg350-3c8cdcae2f75abe86dee528c5f94c4fc0efdf6ac.tar.gz
scummvm-rg350-3c8cdcae2f75abe86dee528c5f94c4fc0efdf6ac.tar.bz2
scummvm-rg350-3c8cdcae2f75abe86dee528c5f94c4fc0efdf6ac.zip
fixed engines order, added svn:keywords properties.
svn-id: r43925
Diffstat (limited to 'base')
-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