Assist clapping respects Split Timing.

Versus mode still follows the first player though.
That is a holdover from previous versions.
This commit is contained in:
Jason Felds
2011-05-23 11:22:32 -04:00
parent 6b4f1eb93f
commit d076b13894
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -1388,7 +1388,7 @@ void ScreenGameplay::PlayTicks()
{
Player &player = *m_vPlayerInfo[0].m_pPlayer;
const NoteData &nd = player.GetNoteData();
m_GameplayAssist.PlayTicks( nd );
m_GameplayAssist.PlayTicks( nd, player.GetPlayerState() );
}
/* Play announcer "type" if it's been at least fSeconds since the last announcer. */