don't adjust timing in beginner.

This commit is contained in:
Chris Danford
2005-05-09 18:43:42 +00:00
parent 11b9427b9c
commit 29f618681c
+1 -3
View File
@@ -49,9 +49,7 @@ static const float StepSearchDistance = 1.0f;
(PREFSMAN->m_fJudgeWindowSeconds##judge * PREFSMAN->m_fJudgeWindowScale) + \
PREFSMAN->m_fJudgeWindowAdd )
#define ADJUSTED_WINDOW_TAP( judge, tns ) ( \
ADJUSTED_WINDOW_HOLD( judge ) + \
((PREFSMAN->m_bMercifulBeginner && (tns==TNS_MISS||tns==TNS_BOO) && IsPlayingBeginner()) ? 0.25f : 0) )
#define ADJUSTED_WINDOW_TAP( judge, tns ) (ADJUSTED_WINDOW_HOLD(judge))
Player::Player()
{