From: <sag...@us...> - 2010-10-25 19:49:56
|
Revision: 753 http://modplug.svn.sourceforge.net/modplug/?rev=753&view=rev Author: saga-games Date: 2010-10-25 19:49:49 +0000 (Mon, 25 Oct 2010) Log Message: ----------- [Fix] It would help to actually set the offset... Modified Paths: -------------- trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp =================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp 2010-10-25 19:31:16 UTC (rev 752) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp 2010-10-25 19:49:49 UTC (rev 753) @@ -3349,6 +3349,7 @@ { return; } + pChn->nPos = param; if (pChn->nPos >= pChn->nLength) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |