3.0 beta1 release candidate

This commit is contained in:
Chris Danford
2002-07-03 21:27:26 +00:00
parent c6f4421f32
commit 9b546bb721
28 changed files with 473 additions and 464 deletions
+3 -1
View File
@@ -79,8 +79,10 @@ void Course::LoadFromCRSFile( CString sPath, CArray<Song*,Song*> &apSongs )
CString sSongDir = arrayValueTokens[1];
CString sNotesDescription = arrayValueTokens[2];
int i;
Song* pSong = NULL;
for( int i=0; i<apSongs.GetSize(); i++ )
for( i=0; i<apSongs.GetSize(); i++ )
if( 0 == stricmp(apSongs[i]->m_sSongDir, sSongDir) )
pSong = apSongs[i];