Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
266e7376
Commit
266e7376
authored
Mar 10, 2010
by
Max-Wilhelm Bruker
Browse files
minor arrow fix
parent
cb74c734
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
266e7376
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment