diff --git a/src/ScreenGameplay.cpp b/src/ScreenGameplay.cpp index a0eb87b581..4111ddfd7b 100644 --- a/src/ScreenGameplay.cpp +++ b/src/ScreenGameplay.cpp @@ -824,7 +824,7 @@ void ScreenGameplay::InitSongQueues() if( pi->GetPlayerState()->m_PlayerOptions.GetCurrent().m_fSongAttack != 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 {