preliminary sound support

This commit is contained in:
Max-Wilhelm Bruker 2011-05-21 22:55:08 +02:00
parent 19ae32f330
commit c67bc65762
16 changed files with 106 additions and 4 deletions

View file

@ -360,7 +360,7 @@ void CardItem::resetState()
annotation.clear();
attachedTo = 0;
attachedCards.clear();
setTapped(false);
setTapped(false, false);
setDoesntUntap(false);
update();
}