This commit is contained in:
Steve Checkoway
2009-06-07 21:13:40 +00:00
parent 20b5325486
commit 19171aadd2
+1 -4
View File
@@ -409,10 +409,7 @@ static bool NeedsHoldJudging( const TapNote &tn )
{ {
DEFAULT_FAIL( tn.type ); DEFAULT_FAIL( tn.type );
case TapNote::hold_head: case TapNote::hold_head:
if( tn.HoldResult.hns == HNS_None ) return tn.HoldResult.hns == HNS_None;
return true;
else
return false;
case TapNote::tap: case TapNote::tap:
case TapNote::hold_tail: case TapNote::hold_tail:
case TapNote::mine: case TapNote::mine: