Support creating custom gauntlet for mobile game

This commit is contained in:
drdev
2014-08-09 04:16:27 +00:00
parent 1aa95fbddc
commit f56927fc00
4 changed files with 83 additions and 46 deletions

View File

@@ -85,7 +85,7 @@ public enum CSubmenuGauntletLoad implements ICDoc {
}
private void updateData() {
final File[] files = GauntletIO.getGauntletFilesUnlocked();
final File[] files = GauntletIO.getGauntletFilesUnlocked(null);
final List<GauntletData> data = new ArrayList<GauntletData>();
for (final File f : files) {