From a41292a92fae04863070e84744bc2620235b7887 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Tue, 20 Oct 2009 10:35:49 +0000 Subject: Move Draci's entry to make the plugins list sorted alphabetically svn-id: r45258 --- base/plugins.cpp | 6 +++--- 1 file 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 -- cgit v1.2.3