v2.3.0: fixed some bugs with remains variable storing
This commit is contained in:
@@ -71,8 +71,9 @@ public class Bones {
|
|||||||
|
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.put( LEVEL, depth );
|
bundle.put( LEVEL, depth );
|
||||||
|
bundle.put( BRANCH, branch );
|
||||||
bundle.put( ITEM, item );
|
bundle.put( ITEM, item );
|
||||||
bundle.put( HERO_CLASS, heroClass );
|
bundle.put( HERO_CLASS, Dungeon.hero.heroClass );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
FileUtils.bundleToFile( BONES_FILE, bundle );
|
FileUtils.bundleToFile( BONES_FILE, bundle );
|
||||||
|
|||||||
Reference in New Issue
Block a user