We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341a7ed commit c375137Copy full SHA for c375137
1 file changed
js/sound-manager-2-0.js
@@ -148,7 +148,7 @@ function getNextSetup(){
148
curSound = json.species[curSpeciesIndex].songs[songSelector];
149
} else {
150
var songSelector = Math.floor(Math.random() * json.species[curSpeciesIndex].calls.length);
151
- curSound = json.species[curSpeciesIndex].songs[songSelector];
+ curSound = json.species[curSpeciesIndex].calls[songSelector];
152
}
153
154
0 commit comments