diff --git a/stepmania/src/PlayerState.cpp b/stepmania/src/PlayerState.cpp index 58c30a499c..c776a75133 100644 --- a/stepmania/src/PlayerState.cpp +++ b/stepmania/src/PlayerState.cpp @@ -151,14 +151,17 @@ void PlayerState::RebuildPlayerOptionsFromActiveAttacks() { // rebuild player options PlayerOptions po = m_PlayerOptions.GetStage(); + SongOptions so = GAMESTATE->m_SongOptions.GetStage(); for( unsigned s=0; sm_MasterPlayerNumber ) + GAMESTATE->m_SongOptions.Assign( ModsLevel_Song, so ); int iSumOfAttackLevels = GetSumOfActiveAttackLevels(); if( iSumOfAttackLevels > 0 )