mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Refactor: remove second param from CardZone::getCard (#6041)
This commit is contained in:
parent
a9b3be33e0
commit
95190c321c
4 changed files with 22 additions and 17 deletions
|
|
@ -1215,7 +1215,7 @@ CardItem *TabGame::getCard(int playerId, const QString &zoneName, int cardId) co
|
|||
if (!zone)
|
||||
return nullptr;
|
||||
|
||||
return zone->getCard(cardId, QString());
|
||||
return zone->getCard(cardId);
|
||||
}
|
||||
|
||||
QString TabGame::getTabText() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue