mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Improved token loading
This commit is contained in:
parent
339945e089
commit
36f6907fa3
10 changed files with 79 additions and 53 deletions
|
|
@ -109,7 +109,7 @@ struct CopyMainOrSide {
|
|||
return;
|
||||
|
||||
DecklistCardNode *addedCard;
|
||||
if(node->getName() == "side")
|
||||
if(node->getName() == DECK_ZONE_SIDE)
|
||||
addedCard = sideboard.addCard(card->getName(), node->getName());
|
||||
else
|
||||
addedCard = mainboard.addCard(card->getName(), node->getName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue