v0.2.3e: commented out final line involving resume button
This commit is contained in:
parent
e7e289e666
commit
fd77e8a923
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user