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…
Reference in a new issue