We just changed the song; update sync data. Fixes assert entering jukebox mode.
This commit is contained in:
@@ -94,6 +94,8 @@ void ScreenJukebox::SetSong()
|
|||||||
|
|
||||||
// Found something we can use!
|
// Found something we can use!
|
||||||
GAMESTATE->m_pCurSong.Set( pSong );
|
GAMESTATE->m_pCurSong.Set( pSong );
|
||||||
|
// We just changed the song. Reset the original sync data.
|
||||||
|
GAMESTATE->ResetOriginalSyncData();
|
||||||
FOREACH_PlayerNumber( p )
|
FOREACH_PlayerNumber( p )
|
||||||
GAMESTATE->m_pCurSteps[p].Set( pSteps );
|
GAMESTATE->m_pCurSteps[p].Set( pSteps );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user