add and use zookeeper's start of game sound for mp (1.12)

thanks zookeeper!
This commit is contained in:
Chris Beck 2014-11-14 12:32:41 -05:00
parent 1ed71c61db
commit 80bd380425
2 changed files with 1 additions and 1 deletions

BIN
sounds/gamestart.ogg Normal file

Binary file not shown.

View file

@ -153,7 +153,7 @@ namespace game_config
game_user_arrive = "join.wav",
game_user_leave = "leave.wav",
party_full_bell = "bell.wav",
mp_game_begins = "join.wav";
mp_game_begins = "gamestart.ogg";
const std::string button_press = "button.wav",
checkbox_release = "checkbox.wav",