allow aborting games with the start button (for configurations that

have no back button)
This commit is contained in:
Glenn Maynard
2003-09-06 03:25:45 +00:00
parent 09109196d9
commit 144bee1143
3 changed files with 75 additions and 4 deletions
+2
View File
@@ -835,7 +835,9 @@ void PlayerMinus::HandleTapRowScore( unsigned row )
case TNS_PERFECT:
case TNS_GREAT:
GAMESTATE->m_CurStageStats.iCurMissCombo[m_PlayerNumber] = 0;
SCREENMAN->PostMessageToTopScreen( SM_MissComboAborted, 0 );
break;
case TNS_MISS:
++GAMESTATE->m_CurStageStats.iCurMissCombo[m_PlayerNumber];