add metric to put timer in stealth mode

This commit is contained in:
Chris Danford
2004-12-04 21:13:29 +00:00
parent e15d1da6b7
commit 6181e142dc
4 changed files with 13 additions and 1 deletions
+4 -1
View File
@@ -94,7 +94,10 @@ void MenuTimer::Update( float fDeltaTime )
}
if( iNewDisplay <= WARNING_BEEP_START )
m_soundBeep.Play();
{
if( m_soundBeep.IsLoaded() )
m_soundBeep.Play();
}
}