Skip to content

Commit ec92a96

Browse files
committed
Made PlayingCardAmount public for random arrray generation
1 parent f6821b2 commit ec92a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/de/littlerolf/sav/gui/SAVHistoryComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SAVHistoryComponent extends JComponent {
1717

1818
private static final long serialVersionUID = 1099284147258735099L;
1919

20-
private static final int PLAYING_CARD_AMOUNT = 52;
20+
public static final int PLAYING_CARD_AMOUNT = 52;
2121

2222
private BufferedImage[] cardImages;
2323
{

0 commit comments

Comments
 (0)