merge m_fLockInputSecs's

This commit is contained in:
Glenn Maynard
2006-06-27 22:51:43 +00:00
parent c37953d36b
commit 5795d2b5f6
6 changed files with 6 additions and 6 deletions
-2
View File
@@ -484,8 +484,6 @@ void ScreenOptions::Update( float fDeltaTime )
{
//LOG->Trace( "ScreenOptions::Update(%f)", fDeltaTime );
m_fLockInputSecs = max( 0, m_fLockInputSecs-fDeltaTime );
ScreenWithMenuElements::Update( fDeltaTime );
}