aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-10-20 10:35:49 +0000
committerJordi Vilalta Prat2009-10-20 10:35:49 +0000
commita41292a92fae04863070e84744bc2620235b7887 (patch)
tree06494f8519f21bf6220085064a028922856d6dda
parenta88aa2f45f651f61b7c2ff851eff13cfe15a37c0 (diff)
downloadscummvm-rg350-a41292a92fae04863070e84744bc2620235b7887.tar.gz
scummvm-rg350-a41292a92fae04863070e84744bc2620235b7887.tar.bz2
scummvm-rg350-a41292a92fae04863070e84744bc2620235b7887.zip
Move Draci's entry to make the plugins list sorted alphabetically
svn-id: r45258
-rw-r--r--base/plugins.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index b31a1ad2b0..215942fffc 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -103,6 +103,9 @@ public:
#if PLUGIN_ENABLED_STATIC(CRUISE)
LINK_PLUGIN(CRUISE)
#endif
+ #if PLUGIN_ENABLED_STATIC(DRACI)
+ LINK_PLUGIN(DRACI)
+ #endif
#if PLUGIN_ENABLED_STATIC(DRASCULA)
LINK_PLUGIN(DRASCULA)
#endif
@@ -160,9 +163,6 @@ public:
#if PLUGIN_ENABLED_STATIC(TUCKER)
LINK_PLUGIN(TUCKER)
#endif
- #if PLUGIN_ENABLED_STATIC(DRACI)
- LINK_PLUGIN(DRACI)
- #endif
// Music plugins
// TODO: Use defines to disable or enable each MIDI driver as a