Removing Ship Explosions

Removed ship explosions due to spam in fastest speed setting.
This commit is contained in:
ignatio 2014-06-28 12:30:33 -04:00
parent 060222a9c1
commit e00810ef8f

View file

@ -118,8 +118,8 @@ public class ShipSprite extends Sprite
}
}
if (!found) {
explodeSprite();
destroyTile(x/16, y/16);
//explodeSprite();
//destroyTile(x/16, y/16);
}
}