Change game_created event sound to join.wav on @stevecotton's suggestion.
This commit is contained in:
parent
c803517ce3
commit
8863f5370b
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
|||
game_user_leave = "leave.wav"
|
||||
ready_for_start = "bell.wav"
|
||||
game_has_begun = "gamestart.ogg"
|
||||
game_created = "chat-highlight.ogg"
|
||||
game_created = "join.wav"
|
||||
|
||||
[status]
|
||||
slowed="slowed.wav"
|
||||
|
|
|
@ -263,7 +263,7 @@ std::string
|
|||
game_user_leave = "leave.wav",
|
||||
ready_for_start = "bell.wav",
|
||||
game_has_begun = "gamestart.ogg",
|
||||
game_created = "chat-highlight.ogg";
|
||||
game_created = "join.wav";
|
||||
|
||||
const std::string
|
||||
button_press = "button.wav",
|
||||
|
|
Loading…
Add table
Reference in a new issue