v0.2.3e: commented out final line involving resume button

This commit is contained in:
Evan Debenham 2015-01-21 23:00:54 -05:00
parent e7e289e666
commit fd77e8a923

View File

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