From 30a45bd264e52af4b061e34e3bd8e21e2d9924cc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 17 Sep 2003 01:50:54 +0000 Subject: [PATCH] formatting fix --- 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 7066c88bbf..5ef64ef845 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -678,7 +678,7 @@ void PlayerMinus::OnRowCompletelyJudged( int iIndexThatWasSteppedOn ) // If the score is great or better, remove the note from the screen to // indicate success. (Or always if blind is on.) - if( score >= TNS_GREAT || GAMESTATE->m_PlayerOptions[m_PlayerNumber].m_fBlind) + if( score >= TNS_GREAT || GAMESTATE->m_PlayerOptions[m_PlayerNumber].m_fBlind ) m_pNoteField->SetTapNote(c, iIndexThatWasSteppedOn, TAP_EMPTY); // show the ghost arrow for this column