add metric to put timer in stealth mode
This commit is contained in:
@@ -94,7 +94,10 @@ void MenuTimer::Update( float fDeltaTime )
|
||||
}
|
||||
|
||||
if( iNewDisplay <= WARNING_BEEP_START )
|
||||
m_soundBeep.Play();
|
||||
{
|
||||
if( m_soundBeep.IsLoaded() )
|
||||
m_soundBeep.Play();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user