mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 01:23:55 -07:00
added facedown to ServerInfo_Card
This commit is contained in:
parent
972d8e0c9d
commit
1047ab08e8
5 changed files with 11 additions and 8 deletions
|
|
@ -382,6 +382,7 @@ void CardItem::processCardInfo(ServerInfo_Card *info)
|
|||
setId(info->getId());
|
||||
setName(info->getName());
|
||||
setAttacking(info->getAttacking());
|
||||
setFaceDown(info->getFaceDown());
|
||||
setPT(info->getPT());
|
||||
setAnnotation(info->getAnnotation());
|
||||
setColor(info->getColor());
|
||||
|
|
@ -620,4 +621,4 @@ void CardItem::actPlay()
|
|||
void CardItem::actHide()
|
||||
{
|
||||
zone->removeCard(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue