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:
@@ -128,7 +128,7 @@ void LifeMeterTime::OnLoadSong()
|
||||
if( MIN_LIFE_TIME > fGainSeconds )
|
||||
fGainSeconds = MIN_LIFE_TIME;
|
||||
m_fLifeTotalGainedSeconds += fGainSeconds;
|
||||
m_soundGainLife.Play();
|
||||
m_soundGainLife.Play(false);
|
||||
SendLifeChangedMessage( fOldLife, TapNoteScore_Invalid, HoldNoteScore_Invalid );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user