From fd41961131c6fa79f5aa7433041dd60fc5f2e2aa Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 5 May 2005 12:03:36 +0000 Subject: [PATCH] fix first warning command not played --- stepmania/src/MenuTimer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/MenuTimer.cpp b/stepmania/src/MenuTimer.cpp index 020be29542..bc84db9e4a 100644 --- a/stepmania/src/MenuTimer.cpp +++ b/stepmania/src/MenuTimer.cpp @@ -86,10 +86,10 @@ void MenuTimer::Update( float fDeltaTime ) int iCrossed = (int)floorf(fOldSecondsLeft); if( fOldSecondsLeft > iCrossed && fNewSecondsLeft < iCrossed ) // crossed { - if( iCrossed < WARNING_START ) + if( iCrossed <= WARNING_START ) { for( int i=0; i