From: <sag...@us...> - 2014-08-31 23:27:10
|
Revision: 4225 http://sourceforge.net/p/modplug/code/4225 Author: saga-games Date: 2014-08-31 23:26:59 +0000 (Sun, 31 Aug 2014) Log Message: ----------- [Fix] ProTracker compatibility: Refine patch from r4212 to correctly handle the vocal samples in professionaltracker.mod Revision Links: -------------- http://sourceforge.net/p/modplug/code/4212 Modified Paths: -------------- trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp =================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp 2014-08-31 19:59:40 UTC (rev 4224) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp 2014-08-31 23:26:59 UTC (rev 4225) @@ -2022,7 +2022,7 @@ // Test case: InstrDelay.mod if(instr && !m_PlayState.m_nTickCount && !triggerNote && m_SongFlags[SONG_PT1XMODE]) { - InstrumentChange(pChn, instr, bPorta, true); + InstrumentChange(pChn, instr, true, true, false); } // Handles note/instrument/volume changes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |