Merge pull request #486 from kyzentun/mute_actions
Toggle key for muting actions
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user