From c65f44da8a90ae339f7a95b6dd56dec14f30a35c Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 29 Mar 2005 04:51:59 +0000 Subject: [PATCH] shorter give up time --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 0fa1134c80..c68002e0c6 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1520,7 +1520,7 @@ void ScreenGameplay::Update( float fDeltaTime ) // // update give up timer // - if( !m_GiveUpTimer.IsZero() && m_GiveUpTimer.Ago() > 3.5f ) + if( !m_GiveUpTimer.IsZero() && m_GiveUpTimer.Ago() > 2.5f ) { m_GiveUpTimer.SetZero();