Change game_created event sound to join.wav on @stevecotton's suggestion.

This commit is contained in:
Wedge009 2019-08-25 22:03:32 +10:00
parent e4e260709a
commit 9dd6f70c98
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -246,7 +246,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",