SoundEngine.prototype.killSounds = function () {
  this.playerSounds.killPlayerSounds();
  this.objectSounds.killObjectSounds();
};