eliminate TransitionOniFade

This commit is contained in:
Chris Danford
2003-04-13 00:44:50 +00:00
parent 1ac4953877
commit 7f40e36919
19 changed files with 145 additions and 315 deletions
+2 -2
View File
@@ -23,13 +23,13 @@ RandomSample::RandomSample()
m_iIndexLastPlayed = -1;
}
RandomSample::~RandomSample()
{
for( unsigned i=0; i<m_pSamples.size(); i++ )
SAFE_DELETE( m_pSamples[i] );
delete m_pSamples[i];
}
bool RandomSample::Load( CString sFilePath, int iMaxToLoad )
{
CString sDir, sFName, sExt;