Merge pull request #486 from kyzentun/mute_actions

Toggle key for muting actions
This commit is contained in:
Kyzentun
2015-03-07 17:51:28 -07:00
38 changed files with 165 additions and 131 deletions
+1 -1
View File
@@ -866,7 +866,7 @@ void ScreenManager::ZeroNextUpdate()
{ \
RageSoundParams p; \
p.m_bIsCriticalSound = true; \
snd.Play(&p); \
snd.Play(false, &p); \
}
/* Always play these sounds, even if we're in a silent attract loop. */