From eb68ef9359ba0e7b3634be59b93fb3d6c5ec0c9e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 3 May 2007 21:23:28 +0000 Subject: [PATCH] cleanup --- stepmania/src/GradeDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GradeDisplay.cpp b/stepmania/src/GradeDisplay.cpp index 63124a461e..b6da25abe4 100644 --- a/stepmania/src/GradeDisplay.cpp +++ b/stepmania/src/GradeDisplay.cpp @@ -50,7 +50,7 @@ void GradeDisplay::Update( float fDeltaTime ) m_fTimeLeftInScroll = max( 0, m_fTimeLeftInScroll ); float fPercentIntoScrolling; - if( m_bDoScrolling == 1) + if( m_bDoScrolling == 1 ) { fPercentIntoScrolling = 1 - (m_fTimeLeftInScroll/SCROLL_TIME); if( fPercentIntoScrolling < 0.75 )