From 7100fa1d00c8d6e4a76f66123e42280d70364bed Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jan 2006 22:22:37 +0000 Subject: [PATCH] PlayerState::Update already calls RebuildPlayerOptionsFromActiveAttacks as needed. --- stepmania/src/ScreenGameplay.cpp | 1 - 1 file changed, 1 deletion(-) 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;