Simplify.

This commit is contained in:
Steve Checkoway
2008-01-19 22:23:47 +00:00
parent e255c1a0b7
commit cfb5341e09
+1 -4
View File
@@ -383,10 +383,7 @@ static bool NeedsTapJudging( const TapNote &tn )
case TapNote::hold_head:
case TapNote::mine:
case TapNote::lift:
if( tn.result.tns == TNS_None )
return true;
else
return false;
return tn.result.tns == TNS_None;
case TapNote::hold_tail:
case TapNote::attack:
return false;