Add wandering sprites back to map via map objects

This commit is contained in:
2014-06-13 02:04:36 -07:00
parent 021ac5bd1e
commit b7ea2a18d2

View File

@@ -738,7 +738,7 @@ var AISprite = function(game, x, y, key, frame) {
} }
this.update_new_values = function() { this.update_new_values = function() {
this.loadTexture(this.sprite_group, 0); this.loadTexture(this.sprite_name, 0);
this.bubble = null; this.bubble = null;
this.clearWordBubble(); this.clearWordBubble();
this.state = STATE_UNAWARE; this.state = STATE_UNAWARE;