forked from External/mage
Fixed in controlling the turn. Mindslaver works now.
This commit is contained in:
parent
98d99d01c6
commit
b562f57a5c
7 changed files with 99 additions and 149 deletions
|
|
@ -880,7 +880,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
YOUR_HAND);
|
||||
|
||||
if (chosenHandKey != null && chosenHandKey.length() > 0) {
|
||||
chosenHandKey = chosenHandKey;
|
||||
this.chosenHandKey = chosenHandKey;
|
||||
CardsView cards = handCards.get(chosenHandKey);
|
||||
this.hand.loadCards(cards, bigCard, gameId);
|
||||
hand.setPreferredSize(new java.awt.Dimension((getHandCardDimension().width + 5) * cards.size() + 5, getHandCardDimension().height + 20)); // for scroll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue