fixed 'open deck in deck editor' option in game, fixed freeze when closing local game

This commit is contained in:
Max-Wilhelm Bruker 2012-05-28 19:34:07 +02:00
parent 9af69f53af
commit d7e7606104
9 changed files with 30 additions and 23 deletions

View file

@ -792,7 +792,7 @@ void Player::actAlwaysRevealTopCard()
void Player::actOpenDeckInDeckEditor()
{
emit openDeckEditor(*deck);
emit openDeckEditor(deck);
}
void Player::actViewGraveyard()