Skip to content

Commit

Permalink
Update Badges.java
Browse files Browse the repository at this point in the history
  • Loading branch information
watabou committed Feb 27, 2015
1 parent 8760fd8 commit 508a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/watabou/pixeldungeon/Badges.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private static HashSet<Badge> restore( Bundle bundle ) {

private static void store( Bundle bundle, HashSet<Badge> badges ) {
int count = 0;
String names[] = new String[global.size()];
String names[] = new String[badges.size()];

for (Badge badge:badges) {
names[count++] = badge.toString();
Expand Down

0 comments on commit 508a74a

Please sign in to comment.