Show motion animations dammit

This commit is contained in:
2014-06-18 16:45:51 -07:00
parent 8ec2ea6d5e
commit a5282753da

View File

@@ -1010,7 +1010,7 @@ var AISprite = function(game, x, y, key, frame) {
setMovingState(this, STATE_FACE_DOWN);
}
this.animations.stop();
this.animations.play("bipedrun" + spriteFacing(this._object));
this.animations.play("bipedrun" + spriteFacing(this));
this.animations.stop();
this.rotation_timer.stop();
this.rotation_timer = null;