Added debug key for toggling action sounds off. Touches every place that RageSound::Play is called, hope I didn't miss one.
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ void MenuTimer::Update( float fDeltaTime )
|
||||
}
|
||||
|
||||
if( iCrossed <= WARNING_BEEP_START && m_soundBeep.IsLoaded() && !m_bSilent )
|
||||
m_soundBeep.Play();
|
||||
m_soundBeep.Play(false);
|
||||
}
|
||||
|
||||
if( fNewSecondsLeft == 0 )
|
||||
|
||||
Reference in New Issue
Block a user