shakesoda was right.

This commit is contained in:
Jason Felds
2011-06-08 18:14:50 -04:00
parent decdcb71c7
commit 8019654956
+1 -3
View File
@@ -851,9 +851,7 @@ public:
* @return true if the row can be judged, false otherwise. */
bool IsJudgableAtRow( int row ) const
{
if (IsWarpAtRow(row)) return false;
if (IsFakeAtRow(row)) return false;
return true;
return !(IsWarpAtRow(row) || IsFakeAtRow(row));
}
/**
* @brief Determine if this notes on this beat can be judged.