From 80196549567143f7dc2874bea874a20676ad0797 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 8 Jun 2011 18:14:50 -0400 Subject: [PATCH] shakesoda was right. --- src/TimingData.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/TimingData.h b/src/TimingData.h index 58999a23e9..687016ea5b 100644 --- a/src/TimingData.h +++ b/src/TimingData.h @@ -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.