use the sound for chat messages from friends only for those...
and not also for other chat messages, rename chat-4.ogg (which is used for messages from friends) to chat-friend.ogg to make it more clear
This commit is contained in:
parent
62f71ba019
commit
5cb8757f13
2 changed files with 2 additions and 2 deletions
|
@ -96,9 +96,9 @@ namespace game_config
|
|||
namespace sounds {
|
||||
const std::string turn_bell = "bell.wav",
|
||||
timer_bell = "timer.wav",
|
||||
receive_message = "chat-1.ogg,chat-2.ogg,chat-3.ogg,chat-4.ogg",
|
||||
receive_message = "chat-1.ogg,chat-2.ogg,chat-3.ogg",
|
||||
receive_message_highlight = "chat-highlight.ogg",
|
||||
receive_message_friend = "chat-4.ogg",
|
||||
receive_message_friend = "chat-friend.ogg",
|
||||
receive_message_server = "receive.wav",
|
||||
user_arrive = "arrive.wav",
|
||||
user_leave = "leave.wav";
|
||||
|
|
Loading…
Add table
Reference in a new issue