v0.2.3f: corrected crash involving quickslot placeholders, dungeon now loads them at the correct time.

This commit is contained in:
Evan Debenham 2015-01-26 02:14:00 -05:00
parent 944d2d33a2
commit 31bd42152e

View File

@ -574,7 +574,6 @@ public class Dungeon {
Generator.reset();
quickslot.reset();
quickslot.restorePlaceholders( bundle );
Dungeon.challenges = bundle.getInt( CHALLENGES );
@ -590,6 +589,7 @@ public class Dungeon {
Wand.restore( bundle );
Ring.restore( bundle );
quickslot.restorePlaceholders( bundle );
if (fullLoad) {