Limit sound concurrency to 1

This commit is contained in:
System Administrator
2017-12-07 16:27:28 -08:00
parent 2c22ea925f
commit 193f66fd2d
2 changed files with 12 additions and 1 deletions

View File

@ -257,7 +257,11 @@ namespace sounds {
namespace music {
let numSoundsPlaying = 0;
<<<<<<< Updated upstream
let soundsLimit = 3;
=======
const soundsLimit = 1;
>>>>>>> Stashed changes
/**
* Plays a sound