mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor arrow fix
This commit is contained in:
parent
cb74c734f2
commit
266e7376db
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue