SoundEngine.prototype._setVols = function() {
  this.playerSounds.setPlayerVols();
  this.objectSounds.setObjectVols();
};