mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
fixed doesntUntap bug (with protocol change)
This commit is contained in:
parent
808d2a3c01
commit
04a96be84a
6 changed files with 10 additions and 7 deletions
|
|
@ -380,6 +380,7 @@ void CardItem::processCardInfo(ServerInfo_Card *info)
|
|||
setColor(info->getColor());
|
||||
setTapped(info->getTapped());
|
||||
setDestroyOnZoneChange(info->getDestroyOnZoneChange());
|
||||
setDoesntUntap(info->getDoesntUntap());
|
||||
}
|
||||
|
||||
CardDragItem *CardItem::createDragItem(int _id, const QPointF &_pos, const QPointF &_scenePos, bool faceDown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue