[Scummvm-cvs-logs] SF.net SVN: scummvm:[45258] scummvm/trunk/base/plugins.cpp
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Tue Oct 20 12:35:50 CEST 2009
Revision: 45258
http://scummvm.svn.sourceforge.net/scummvm/?rev=45258&view=rev
Author: jvprat
Date: 2009-10-20 10:35:49 +0000 (Tue, 20 Oct 2009)
Log Message:
-----------
Move Draci's entry to make the plugins list sorted alphabetically
Modified Paths:
--------------
scummvm/trunk/base/plugins.cpp
Modified: scummvm/trunk/base/plugins.cpp
===================================================================
--- scummvm/trunk/base/plugins.cpp 2009-10-20 10:08:28 UTC (rev 45257)
+++ scummvm/trunk/base/plugins.cpp 2009-10-20 10:35:49 UTC (rev 45258)
@@ -103,6 +103,9 @@
#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 @@
#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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list