v0.3.0c: removed tester code that I didn't mean to commit

This commit is contained in:
Evan Debenham
2015-06-05 22:15:04 -04:00
parent ade7ae440b
commit 3cf7979a4c
2 changed files with 1 additions and 4 deletions
@@ -154,7 +154,7 @@ public class Dungeon {
quickslot.reset();
QuickSlotButton.reset();
depth = 24;
depth = 0;
gold = 0;
droppedItems = new SparseArray<ArrayList<Item>>();