Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:22:25 -07:00
parent e9b66444af
commit 97e0f67a48

View File

@@ -883,6 +883,7 @@ var AISprite = function(game, x, y, key, frame) {
} }
this.update_new_values = function() { this.update_new_values = function() {
if ( this.timer !== null )
this.timer.stop(); this.timer.stop();
this.animations.destroy(); this.animations.destroy();
this.clearWordBubble(); this.clearWordBubble();