Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
5758ac68
Commit
5758ac68
authored
May 19, 2015
by
Matt Lowe
Browse files
Added untap sound
After more tinkering, it feels nice to have untap sound
parent
1d2d7ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/messagelogwidget.cpp
View file @
5758ac68
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment