Added preference for showing multiple toasties in one song. Added IsWaiting to Transition.

This commit is contained in:
Kyzentun
2015-04-18 08:52:57 -06:00
parent 862eba8f7d
commit 9314555e6d
8 changed files with 17 additions and 5 deletions
+2 -1
View File
@@ -582,8 +582,9 @@ void ScoreKeeperNormal::HandleTapRowScore( const NoteData &nd, int iRow )
msg.SetParam("ToastyCombo", m_cur_toasty_combo);
msg.SetParam("Level", m_cur_toasty_level);
MESSAGEMAN->Broadcast(msg);
// TODO: keep a pointer to the Profile. Don't index with m_PlayerNumber
SCREENMAN->PostMessageToTopScreen(SM_PlayToasty, 0);
// TODO: keep a pointer to the Profile. Don't index with m_PlayerNumber
// TODO: Make the profile count the level and combo of the toasty. -Kyz
PROFILEMAN->IncrementToastiesCount(m_pPlayerState->m_PlayerNumber);
m_next_toasty_at= CalcNextToastyAt(m_cur_toasty_level);
}