From 56720f74b8139a9bcacb6cd4e1635817b55ff9a1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 5 Oct 2005 22:05:47 +0000 Subject: [PATCH] fix HOLD_JUDGMENTS_UNDER_FIELD --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }