Updated the white borders patch yet again - PTK is a white-bordered edition (source: magiccards.info)

This commit is contained in:
jendave
2011-08-07 00:06:52 +00:00
parent f3af11bcaa
commit b582a6d210

View File

@@ -187,6 +187,7 @@ public class CardPanel extends JPanel implements CardContainer{
(this.gameCard.getCurSetCode().equals("9ED")) ||
(this.gameCard.getCurSetCode().equals("CHR")) ||
(this.gameCard.getCurSetCode().equals("S99")) ||
(this.gameCard.getCurSetCode().equals("PTK")) ||
(this.gameCard.getCurSetCode().equals("S00")) ) {
if (!isSelected) {
g2d.setColor(Color.black);