Wonder how this got removed.

Oh well.
This commit is contained in:
Jason Felds
2012-01-23 22:57:41 -05:00
parent b26759a1b8
commit 5f863a5d8e
+1 -1
View File
@@ -2233,7 +2233,7 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
// Stepped too close to mine?
if( !bRelease && ( REQUIRE_STEP_ON_MINES == !bHeld ) &&
fSecondsFromExact <= GetWindowSeconds(TW_Mine) &&
m_Timing->IsJudgableAtRow)
m_Timing->IsJudgableAtRow(iSongRow))
score = TNS_HitMine;
break;
case TapNote::attack: