mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Added untap sound
After more tinkering, it feels nice to have untap sound
This commit is contained in:
parent
1d2d7ea99b
commit
5758ac685c
1 changed files with 1 additions and 2 deletions
|
|
@ -565,8 +565,7 @@ void MessageLogWidget::logSetCardCounter(Player *player, QString cardName, int c
|
|||
|
||||
void MessageLogWidget::logSetTapped(Player *player, CardItem *card, bool tapped)
|
||||
{
|
||||
if (tapped)
|
||||
soundEngine->tap();
|
||||
soundEngine->tap();
|
||||
|
||||
if (currentContext == MessageContext_MoveCard)
|
||||
moveCardTapped.insert(card, tapped);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue