NextCourseSong -> BeforeLoadingNextCourseSong, so it's clear that GetNextCourseSong

is the next song, and not the next next song
This commit is contained in:
Glenn Maynard
2005-07-12 21:16:15 +00:00
parent 61620bb6f5
commit 3cade20083
+1 -1
View File
@@ -2197,7 +2197,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
int iPlaySongIndex = GAMESTATE->GetCourseSongIndex()+1;
iPlaySongIndex %= m_apSongsQueue.size();
MESSAGEMAN->Broadcast( "NextCourseSong" );
MESSAGEMAN->Broadcast( "BeforeLoadingNextCourseSong" );
m_NextSong.PlayCommand( "Start" );
m_NextSong.Reset();
m_NextSong.StartTransitioning( SM_LoadNextSong );