mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Emit openDeckEditor signal in player_actions again.
Took 3 minutes
This commit is contained in:
parent
2de650f4ba
commit
f7919d3d88
1 changed files with 1 additions and 2 deletions
|
|
@ -188,8 +188,7 @@ void PlayerActions::actAlwaysLookAtTopCard()
|
|||
|
||||
void PlayerActions::actOpenDeckInDeckEditor()
|
||||
{
|
||||
// TODO: take care of this
|
||||
// emit openDeckEditor(deck);
|
||||
emit player->openDeckEditor(player->getDeck());
|
||||
}
|
||||
|
||||
void PlayerActions::actViewGraveyard()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue