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
04d92048
Commit
04d92048
authored
Sep 17, 2010
by
Max-Wilhelm Bruker
Browse files
crash fix
parent
a0cac4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
04d92048
...
...
@@ -749,7 +749,7 @@ void Player::eventDestroyCard(Event_DestroyCard *event)
emit
logDestroyCard
(
this
,
card
->
getName
());
zone
->
takeCard
(
-
1
,
event
->
getCardId
(),
QString
(),
true
);
delete
card
;
card
->
deleteLater
()
;
}
void
Player
::
eventAttachCard
(
Event_AttachCard
*
event
)
...
...
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