Commit 266e7376 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

minor arrow fix

parent cb74c734
...@@ -617,6 +617,8 @@ void Player::eventMoveCard(Event_MoveCard *event) ...@@ -617,6 +617,8 @@ void Player::eventMoveCard(Event_MoveCard *event)
card->setId(event->getNewCardId()); card->setId(event->getNewCardId());
card->setFaceDown(event->getFaceDown()); 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 // 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. // because the addCard function can modify the card object.
......
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