Re-allow Toasty when playing courses

This commit is contained in:
Chris Danford
2003-03-26 23:44:45 +00:00
parent 189b37b517
commit e210923333
-7
View File
@@ -229,12 +229,6 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
// //
// Toasty combo // Toasty combo
// //
if( GAMESTATE->IsCourseMode() )
{
// don't play Toasty in a course. It's distracting.
}
else
{
switch( scoreOfLastTap ) switch( scoreOfLastTap )
{ {
case TNS_MARVELOUS: case TNS_MARVELOUS:
@@ -248,7 +242,6 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
m_iCurToastyCombo = 0; m_iCurToastyCombo = 0;
break; break;
} }
}
// //
// Regular combo // Regular combo