mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Fix #1764
Add Sounds on buddy login & logout. Add Files: buddy_join.wav; buddy_leave.wav
This commit is contained in:
parent
d2e731bb2b
commit
9767b1f69d
4 changed files with 10 additions and 0 deletions
|
|
@ -170,6 +170,8 @@ void SoundEngine::themeChangedSlot()
|
|||
<< "player_join" << "player_leave" << "player_disconnect" << "player_reconnect" << "player_concede"
|
||||
// Spectator
|
||||
<< "spectator_join" << "spectator_leave"
|
||||
// Buddy
|
||||
<< "buddy_join" << "buddy_leave"
|
||||
// Chat & UI
|
||||
<< "chat_mention" << "all_mention" << "private_message";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue