Fix link in doc

This commit is contained in:
RickyRister 2025-09-12 03:15:50 -07:00
parent 04c0d2ad39
commit 2a02f18fb0

View file

@ -86,7 +86,7 @@ void PlayerActions::playCard(CardItem *card, bool faceDown)
} }
/** /**
* Like {@link Player::playCard}, but forces the card to be played to the table zone. * Like {@link PlayerActions::playCard}, but forces the card to be played to the table zone.
* Cards with tablerow 3 (the stack) will be played to tablerow 1 (the noncreatures row). * Cards with tablerow 3 (the stack) will be played to tablerow 1 (the noncreatures row).
*/ */
void PlayerActions::playCardToTable(const CardItem *card, bool faceDown) void PlayerActions::playCardToTable(const CardItem *card, bool faceDown)