Skip to content
Snippets Groups Projects
Commit 9998d2a7 authored by Jonas Blumer's avatar Jonas Blumer
Browse files

added mixxing hearTheWorld check

parent 38bebe11
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ setInterval(function(){
}, 1000);
function playExternalSound(){
if(externalGrid){
if(externalGrid && $('#hearTheWorld').is(':checked')){
for(var i = 0; i < 4; i++){
for(var j = 0; j < 16; j++){
if(externalGrid[i][j] != 0){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment