mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
todo
This commit is contained in:
@@ -1138,6 +1138,7 @@ void Player::actCreateRelatedCard()
|
|||||||
CardInfo *cardInfo = db->getCard(action->text());
|
CardInfo *cardInfo = db->getCard(action->text());
|
||||||
|
|
||||||
// get the target token's location
|
// get the target token's location
|
||||||
|
// TODO: Define this QPoint into its own function along with the one below
|
||||||
QPoint gridPoint = QPoint(-1, table->clampValidTableRow(2 - cardInfo->getTableRow()));
|
QPoint gridPoint = QPoint(-1, table->clampValidTableRow(2 - cardInfo->getTableRow()));
|
||||||
|
|
||||||
// create the token for the related card
|
// create the token for the related card
|
||||||
|
|||||||
Reference in New Issue
Block a user