From a5282753daf71c17fa67bdcfaf90f0decaa04583 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Wed, 18 Jun 2014 16:45:51 -0700 Subject: [PATCH] Show motion animations dammit --- moonlight/js/moonlight-skulk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 4a91005..c56f23a 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -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;