Re-allow Toasty when playing courses
This commit is contained in:
@@ -229,12 +229,6 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
|
||||
//
|
||||
// Toasty combo
|
||||
//
|
||||
if( GAMESTATE->IsCourseMode() )
|
||||
{
|
||||
// don't play Toasty in a course. It's distracting.
|
||||
}
|
||||
else
|
||||
{
|
||||
switch( scoreOfLastTap )
|
||||
{
|
||||
case TNS_MARVELOUS:
|
||||
@@ -248,7 +242,6 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
|
||||
m_iCurToastyCombo = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Regular combo
|
||||
|
||||
Reference in New Issue
Block a user