|
From: <sag...@us...> - 2010-07-17 20:34:53
|
Revision: 653
http://modplug.svn.sourceforge.net/modplug/?rev=653&view=rev
Author: saga-games
Date: 2010-07-17 20:34:45 +0000 (Sat, 17 Jul 2010)
Log Message:
-----------
[Fix] IT Loader: The compatiblity flag was not reset properly for MPT-made modules since revision 650.
Revision Links:
--------------
http://modplug.svn.sourceforge.net/modplug/?rev=650&view=rev
Modified Paths:
--------------
trunk/OpenMPT/soundlib/Load_it.cpp
Modified: trunk/OpenMPT/soundlib/Load_it.cpp
===================================================================
--- trunk/OpenMPT/soundlib/Load_it.cpp 2010-07-17 18:28:51 UTC (rev 652)
+++ trunk/OpenMPT/soundlib/Load_it.cpp 2010-07-17 20:34:45 UTC (rev 653)
@@ -1501,6 +1501,7 @@
if(m_dwLastSavedWithVersion < MAKE_VERSION_NUMERIC(1, 17, 2, 50))
{
+ SetModFlag(MSF_COMPATIBLE_PLAY, false);
SetModFlag(MSF_MIDICC_BUGEMULATION, true);
SetModFlag(MSF_OLDVOLSWING, true);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|