mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
cuckoo
This commit is contained in:
parent
05ebb83ba4
commit
7bfa3e6d3a
4 changed files with 8 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ void MessageLogWidget::logGameJoined(int gameId)
|
|||
|
||||
void MessageLogWidget::logJoin(Player *player)
|
||||
{
|
||||
soundEngine->notification();
|
||||
soundEngine->cuckoo();
|
||||
myAppend(tr("%1 has joined the game.").arg(sanitizeHtml(player->getName())));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue