From: <sag...@us...> - 2015-06-09 19:13:10
|
Revision: 5285 http://sourceforge.net/p/modplug/code/5285 Author: saga-games Date: 2015-06-09 19:13:05 +0000 (Tue, 09 Jun 2015) Log Message: ----------- [Fix] Various portamento-related things broke in r5148. Revision Links: -------------- http://sourceforge.net/p/modplug/code/5148 Modified Paths: -------------- trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp =================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp 2015-06-09 17:44:35 UTC (rev 5284) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp 2015-06-09 19:13:05 UTC (rev 5285) @@ -1164,7 +1164,7 @@ } // Reset envelopes - if(bResetEnv) + if(bResetEnv && !bPorta) { // Blurb by Storlek (from the SchismTracker code): // Conditions experimentally determined to cause envelope reset in Impulse Tracker: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |