v0.4.2b: fixed hanging issues with resuming actions

This commit is contained in:
Evan Debenham 2016-09-15 04:14:46 -04:00
parent 5af838f906
commit 433a89b07e

View File

@ -557,7 +557,7 @@ public class Hero extends Char {
curAction = lastAction;
lastAction = null;
damageInterrupt = false;
act();
next();
}
private boolean actMove( HeroAction.Move action ) {