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,7 +883,8 @@ var AISprite = function(game, x, y, key, frame) {
}
this.update_new_values = function() {
this.timer.stop();
if ( this.timer !== null )
this.timer.stop();
this.animations.destroy();
this.clearWordBubble();
this.state = STATE_UNAWARE;