broadcast ScoreNone on TNS_None

This commit is contained in:
Chris Danford
2006-12-12 01:33:38 +00:00
parent f4db1eff44
commit 3e697a10b7
+16 -4
View File
@@ -1635,6 +1635,22 @@ done_checking_hopo:
m_pPlayerState->ClearHopoState();
}
if( score == TNS_None )
{
switch( pbt )
{
DEFAULT_FAIL(pbt);
case ButtonType_Strum:
case ButtonType_Step:
{
Message msg( "ScoreNone" );
MESSAGEMAN->Broadcast( msg );
}
break;
case ButtonType_Hopo:
break;
}
}
if( score != TNS_None )
{
@@ -2012,10 +2028,6 @@ void Player::HandleTapRowScore( unsigned row )
{
SCREENMAN->PostMessageToTopScreen( SM_ComboStopped, 0 );
}
if( iOldCombo > 10 && iCurCombo < 10 )
{
m_pNoteField->PlayCommand( "ComboStopped" );
}
SendComboMessage( iOldCombo, iOldMissCombo );