fix course transition
This commit is contained in:
@@ -2483,8 +2483,8 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
int iPlaySongIndex = GAMESTATE->GetCourseSongIndex()+1;
|
int iPlaySongIndex = GAMESTATE->GetCourseSongIndex()+1;
|
||||||
iPlaySongIndex %= m_apSongsQueue.size();
|
iPlaySongIndex %= m_apSongsQueue.size();
|
||||||
MESSAGEMAN->Broadcast( "BeforeLoadingNextCourseSong" );
|
MESSAGEMAN->Broadcast( "BeforeLoadingNextCourseSong" );
|
||||||
m_NextSong.PlayCommand( "Start" );
|
|
||||||
m_NextSong.Reset();
|
m_NextSong.Reset();
|
||||||
|
m_NextSong.PlayCommand( "Start" );
|
||||||
m_NextSong.StartTransitioning( SM_LoadNextSong );
|
m_NextSong.StartTransitioning( SM_LoadNextSong );
|
||||||
LoadCourseSongNumber( GAMESTATE->GetCourseSongIndex()+1 );
|
LoadCourseSongNumber( GAMESTATE->GetCourseSongIndex()+1 );
|
||||||
COMMAND( m_sprCourseSongNumber, "ChangeIn" );
|
COMMAND( m_sprCourseSongNumber, "ChangeIn" );
|
||||||
|
|||||||
Reference in New Issue
Block a user