Added clamp in RageColor->RageVColor conversion to fix some artifacts

Fixed "autogen doesn't generate patterns for all difficulties for some songs"
Fixed incorrect "show" value in "show!hold" being written in DWIs
Fixed "song ends early after adding an edit then playing"
This commit is contained in:
Chris Danford
2002-11-13 05:17:15 +00:00
parent 4788da7a4e
commit 9d68ff5d7b
13 changed files with 133 additions and 88 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void RandomSample::PlayRandom()
// play one of the samples
if( m_pSamples.empty() )
{
LOG->Trace( "WARNING: Tried to play a RandomSample that has 0 sounds loaded." );
// LOG->Trace( "WARNING: Tried to play a RandomSample that has 0 sounds loaded." );
return;
}