mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
refactor: remove cipt param from Player::playCard (#5266)
This commit is contained in:
parent
245d51caea
commit
c716f85962
4 changed files with 10 additions and 15 deletions
|
|
@ -387,7 +387,7 @@ void CardItem::playCard(bool faceDown)
|
|||
if (SettingsCache::instance().getClickPlaysAllSelected()) {
|
||||
faceDown ? zone->getPlayer()->actPlayFacedown() : zone->getPlayer()->actPlay();
|
||||
} else {
|
||||
zone->getPlayer()->playCard(this, faceDown, info ? info->getCipt() : false);
|
||||
zone->getPlayer()->playCard(this, faceDown);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue