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 );