Updated folder hierarchy and save and restore

This commit is contained in:
Chris Cromer
2015-11-24 22:40:50 -03:00
parent f3b9b474a2
commit 822099c90c
25 changed files with 19 additions and 109 deletions

View File

@@ -136,8 +136,8 @@ public class Player extends Item implements Avatar {
+ fd.getFile());
if (fd.getFile() != null) {
((SmallChip) carrying).Empty();
//((SmallChip) carrying).LoadChip(fd.getDirectory() + fd.getFile());
((SmallChip) carrying).LoadChip(fd.getFile(), false);
((SmallChip) carrying).LoadChip(fd.getDirectory() + fd.getFile(), false);
//((SmallChip) carrying).LoadChip(fd.getFile(), false);
}
return true;
}