Word bubbles

This commit is contained in:
2014-06-11 22:59:09 -07:00
parent 3957d52f7c
commit bb453a94ff

View File

@@ -267,7 +267,7 @@ Light.prototype.constructor = Light;
var AISprite = function(game, x, y, spritetype) {
this.setWordBubble = function()
{
if ( this.bubble != null ) {
if ( this.bubble != null || this.sprite_group == undefined) {
return;
}
//this.bubble = game.add.group()