diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 629ccc442e..7b2cb9d9ab 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -854,7 +854,7 @@ void Player::DrawPrimitives() if( !(bool)TAP_JUDGMENTS_UNDER_FIELD ) DrawTapJudgments(); - if( !(bool)TAP_JUDGMENTS_UNDER_FIELD ) + if( !(bool)HOLD_JUDGMENTS_UNDER_FIELD ) DrawHoldJudgments(); }