Commit f568a4e8 authored by Zach H's avatar Zach H
Browse files

todo

parent 703ff790
...@@ -1138,6 +1138,7 @@ void Player::actCreateRelatedCard() ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment