Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:06:32 -07:00
parent 2eafab6d15
commit 5be0b54246

View File

@@ -792,7 +792,7 @@ var AISprite = function(game, x, y, key, frame) {
this.setWordBubble = function()
{
if ( this.bubble !== null || this.sprite_group == undefined || this.word_bubble_enabled == false) {
if ( this.bubble !== null || this.sprite_group == undefined || this.enable_world_bubble == false) {
return;
}