diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 937fd20014..5629a615a0 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -991,7 +991,6 @@ void ScreenGameplay::SetupSong( int iSongIndex ) /* Update attack bOn flags. */ pi->GetPlayerState()->Update(0); - pi->GetPlayerState()->RebuildPlayerOptionsFromActiveAttacks(); /* Hack: Course modifiers that are set to start immediately shouldn't tween on. */ pi->GetPlayerState()->m_CurrentPlayerOptions = pi->GetPlayerState()->m_PlayerOptions;