broadcast ScoreNone on TNS_None
This commit is contained in:
@@ -1635,6 +1635,22 @@ done_checking_hopo:
|
|||||||
m_pPlayerState->ClearHopoState();
|
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 )
|
if( score != TNS_None )
|
||||||
{
|
{
|
||||||
@@ -2012,10 +2028,6 @@ void Player::HandleTapRowScore( unsigned row )
|
|||||||
{
|
{
|
||||||
SCREENMAN->PostMessageToTopScreen( SM_ComboStopped, 0 );
|
SCREENMAN->PostMessageToTopScreen( SM_ComboStopped, 0 );
|
||||||
}
|
}
|
||||||
if( iOldCombo > 10 && iCurCombo < 10 )
|
|
||||||
{
|
|
||||||
m_pNoteField->PlayCommand( "ComboStopped" );
|
|
||||||
}
|
|
||||||
|
|
||||||
SendComboMessage( iOldCombo, iOldMissCombo );
|
SendComboMessage( iOldCombo, iOldMissCombo );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user