todo
This commit is contained in:
parent
703ff7905c
commit
f568a4e865
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue