Right, load step attacks, not song.
This commit is contained in:
@@ -824,7 +824,7 @@ void ScreenGameplay::InitSongQueues()
|
|||||||
if( pi->GetPlayerState()->m_PlayerOptions.GetCurrent().m_fSongAttack != 0 &&
|
if( pi->GetPlayerState()->m_PlayerOptions.GetCurrent().m_fSongAttack != 0 &&
|
||||||
GAMESTATE->m_pCurSong->m_Attacks.size() > 0 )
|
GAMESTATE->m_pCurSong->m_Attacks.size() > 0 )
|
||||||
{
|
{
|
||||||
pi->m_asModifiersQueue.push_back( GAMESTATE->m_pCurSong->m_Attacks );
|
pi->m_asModifiersQueue.push_back( pSteps->m_Attacks );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user