From: <sag...@us...> - 2015-04-19 12:49:13
|
Revision: 4949 http://sourceforge.net/p/modplug/code/4949 Author: saga-games Date: 2015-04-19 12:49:07 +0000 (Sun, 19 Apr 2015) Log Message: ----------- [Fix] Fix compile. Modified Paths: -------------- trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp =================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp 2015-04-19 12:44:59 UTC (rev 4948) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp 2015-04-19 12:49:07 UTC (rev 4949) @@ -782,7 +782,7 @@ { startTick = paramHi; } - if(rowDelay > 1 && startTick != 0 && (GetType() & (MOD_TYPE_S3M | MOD_TYPE_IT | MOD_TYPE_MPT)) + if(rowDelay > 1 && startTick != 0 && (GetType() & (MOD_TYPE_S3M | MOD_TYPE_IT | MOD_TYPE_MPT))) { startTick += (memory.state.m_nMusicSpeed + tickDelay) * (rowDelay - 1); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |