From: <sag...@us...> - 2014-01-02 16:36:22
|
Revision: 3551 http://sourceforge.net/p/modplug/code/3551 Author: saga-games Date: 2014-01-02 16:36:08 +0000 (Thu, 02 Jan 2014) Log Message: ----------- [Fix] More DBM fixes for libopenmpt. Modified Paths: -------------- trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp =================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp 2014-01-02 16:27:20 UTC (rev 3550) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp 2014-01-02 16:36:08 UTC (rev 3551) @@ -3198,7 +3198,7 @@ else param = pChn->nOldVolumeSlide; - if((GetType() & (MOD_TYPE_MOD | MOD_TYPE_XM | MOD_TYPE_MT2 | MOD_TYPE_MED | MOD_TYPE_DIGI | MOD_TYPE_DBM))) + if((GetType() & (MOD_TYPE_MOD | MOD_TYPE_XM | MOD_TYPE_MT2 | MOD_TYPE_MED | MOD_TYPE_DIGI))) { // MOD / XM nibble priority if((param & 0xF0) != 0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |