GameState::Update just calls m_pPlayerState->Update. Do it
directly, so we don't call it redundantly, and so we do the same for any dummy players.
This commit is contained in:
@@ -990,7 +990,7 @@ void ScreenGameplay::SetupSong( int iSongIndex )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Update attack bOn flags. */
|
/* Update attack bOn flags. */
|
||||||
GAMESTATE->Update(0);
|
pi->GetPlayerState()->Update(0);
|
||||||
pi->GetPlayerState()->RebuildPlayerOptionsFromActiveAttacks();
|
pi->GetPlayerState()->RebuildPlayerOptionsFromActiveAttacks();
|
||||||
|
|
||||||
/* Hack: Course modifiers that are set to start immediately shouldn't tween on. */
|
/* Hack: Course modifiers that are set to start immediately shouldn't tween on. */
|
||||||
|
|||||||
Reference in New Issue
Block a user