Wonder how this got removed.
Oh well.
This commit is contained in:
+1
-1
@@ -2233,7 +2233,7 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
|
|||||||
// Stepped too close to mine?
|
// Stepped too close to mine?
|
||||||
if( !bRelease && ( REQUIRE_STEP_ON_MINES == !bHeld ) &&
|
if( !bRelease && ( REQUIRE_STEP_ON_MINES == !bHeld ) &&
|
||||||
fSecondsFromExact <= GetWindowSeconds(TW_Mine) &&
|
fSecondsFromExact <= GetWindowSeconds(TW_Mine) &&
|
||||||
m_Timing->IsJudgableAtRow)
|
m_Timing->IsJudgableAtRow(iSongRow))
|
||||||
score = TNS_HitMine;
|
score = TNS_HitMine;
|
||||||
break;
|
break;
|
||||||
case TapNote::attack:
|
case TapNote::attack:
|
||||||
|
|||||||
Reference in New Issue
Block a user