From 80a0621cbbb3a6b8408a6576f2046484044f62fb Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Mon, 23 Jan 2012 21:57:56 -0600 Subject: [PATCH] once and for all --- src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Player.cpp b/src/Player.cpp index c714da24c6..83c444411b 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -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: