From 52aba90c8af2d343ce4d73dc68e76e2961ce1c21 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 15 Mar 2005 08:30:43 +0000 Subject: [PATCH] reduce 'give up' timer slightly --- 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 d15bb525df..9b2a613cc8 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1548,7 +1548,7 @@ void ScreenGameplay::Update( float fDeltaTime ) // // update give up timer // - if( !m_GiveUpTimer.IsZero() && m_GiveUpTimer.Ago() > 4.0f ) + if( !m_GiveUpTimer.IsZero() && m_GiveUpTimer.Ago() > 3.5f ) { m_GiveUpTimer.SetZero();