changed notification sound to "turn bell" which is better

This commit is contained in:
Chris Beck 2013-12-04 15:17:34 -05:00
parent 4048b66ace
commit 15e9f63c03

View file

@ -584,7 +584,7 @@ void connect::update_playerlist_state(bool silent)
if ((engine_.sides_available() != true) && (silent != true)) {
DBG_MP << "play game full sound" << std::endl;
sound::play_UI_sound(game_config::sounds::receive_message_highlight);
sound::play_UI_sound(game_config::sounds::turn_bell);
}
}