From f568a4e865beed1b68ae64aa6e124fd19734ebf6 Mon Sep 17 00:00:00 2001 From: Zach H Date: Wed, 30 Dec 2015 11:51:53 -0500 Subject: [PATCH] todo --- cockatrice/src/player.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 1f3b88562..8d54aa1b0 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -1138,6 +1138,7 @@ void Player::actCreateRelatedCard() CardInfo *cardInfo = db->getCard(action->text()); // 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())); // create the token for the related card