Skip to content

Commit

Permalink
Change game_created event sound to join.wav on @stevecotton's suggest…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Wedge009 committed Aug 27, 2019
1 parent e4e2607 commit 9dd6f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/game_config.cfg
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/game_config.cpp
Expand Up @@ -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",
Expand Down

0 comments on commit 9dd6f70

Please sign in to comment.