Trying to track an odd crash that I can't reproduce ...

This commit is contained in:
Glenn Maynard
2003-08-01 00:13:16 +00:00
parent 5966dd3dcd
commit 699a10a135
+2
View File
@@ -515,7 +515,9 @@ void Course::GetCourseInfo( NotesType nt, vector<Course::Info> &ci, int Difficul
for( unsigned j=0; j<AllSongsShuffled.size(); j++ )
{
/* See if the first song matches what we want. */
ASSERT( CurSong < AllSongsShuffled.size() );
pSong = AllSongsShuffled[CurSong];
ASSERT( pSong );
CurSong = (CurSong+1) % AllSongsShuffled.size();
if(e.type == Entry::random_within_group &&