From fd77e8a9234c02810989aa45faffeb7308df7e24 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 21 Jan 2015 23:00:54 -0500 Subject: [PATCH] v0.2.3e: commented out final line involving resume button --- src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java index 94e7a5db9..a3c18faa1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java @@ -169,7 +169,7 @@ public class Toolbar extends Component { } } - btnResume.visible = Dungeon.hero.lastAction != null; + //btnResume.visible = Dungeon.hero.lastAction != null; if (!Dungeon.hero.isAlive()) { btnInventory.enable( true );