Not displaying tapped for combat dialog.

This commit is contained in:
magenoxx 2010-11-29 20:56:03 +00:00
parent d6dd2a22cc
commit aea2fc2fcf
4 changed files with 20 additions and 5 deletions

View file

@ -193,11 +193,11 @@ public class GamePanel extends javax.swing.JPanel {
}
public synchronized void init(GameView game) {
logger.log(Level.FINE, "init.");
logger.warning("init.");
MageFrame.getCombatDialog().init(gameId, bigCard);
MageFrame.getCombatDialog().setLocation(500, 300);
addPlayers(game);
logger.log(Level.FINE, "added players.");
logger.warning("added players.");
updateGame(game);
}