This commit is contained in:
Glenn Maynard
2006-04-29 02:11:13 +00:00
parent 96b027ac1d
commit ae22035669
-2
View File
@@ -2433,8 +2433,6 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
if( m_pCombinedLifeMeter )
m_pCombinedLifeMeter->OnSongEnded();
int iPlaySongIndex = GAMESTATE->GetCourseSongIndex()+1;
iPlaySongIndex %= m_apSongsQueue.size();
GAMESTATE->m_bLoadingNextSong = true;
MESSAGEMAN->Broadcast( "BeforeLoadingNextCourseSong" );
m_NextSong.Reset();