From 2a5ea0301088251b28d153a1846c2026c467230e Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 21 Jul 2017 00:53:07 -0400 Subject: [PATCH] v0.6.1: fixed notes-related crashes in rankings loading --- .../java/com/shatteredpixel/shatteredpixeldungeon/Rankings.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Rankings.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Rankings.java index 93ab96b15..2bd787398 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Rankings.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Rankings.java @@ -30,6 +30,7 @@ import com.shatteredpixel.shatteredpixeldungeon.items.bags.Bag; import com.shatteredpixel.shatteredpixeldungeon.items.potions.Potion; import com.shatteredpixel.shatteredpixeldungeon.items.rings.Ring; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.Scroll; +import com.shatteredpixel.shatteredpixeldungeon.journal.Notes; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.ui.QuickSlotButton; import com.watabou.noosa.Game; @@ -161,6 +162,7 @@ public enum Rankings { Dungeon.hero = null; Dungeon.level = null; Generator.reset(); + Notes.reset(); Dungeon.quickslot.reset(); QuickSlotButton.reset();