diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 16f7b7744..311c9cf2d 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -617,6 +617,8 @@ void Player::eventMoveCard(Event_MoveCard *event) card->setId(event->getNewCardId()); card->setFaceDown(event->getFaceDown()); + if (startZone != targetZone) + card->setBeingPointedAt(false); // The log event has to be sent before the card is added to the target zone // because the addCard function can modify the card object.