fixed doesntUntap bug (with protocol change)

This commit is contained in:
Max-Wilhelm Bruker 2011-05-27 21:56:16 +02:00
parent 808d2a3c01
commit 04a96be84a
6 changed files with 10 additions and 7 deletions

View file

@ -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)