fixed night card not displayed in the stack

This commit is contained in:
magenoxx 2011-09-24 11:00:50 +04:00
parent ee41c44d9a
commit 617374e13f
3 changed files with 33 additions and 3 deletions

View file

@ -197,6 +197,9 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
setImage(srcImage);
setFoil(foil);
}
if (gameCard.isTransformed()) {
toggleTransformed();
}
} catch (Exception e) {
e.printStackTrace();
} catch (Error err) {