Fixed last minute bug

This commit is contained in:
MatMasIt 2021-05-08 19:16:32 +02:00 committed by GitHub
parent 0fa01e8360
commit 963eccf6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2225,9 +2225,7 @@ function gameOver(){
} }
setField(h); setField(h);
if(tick%5==0 && tick!=0){
$("#gameField").hide();
}
/*if(tick%5==0 && tick!=0) */ calcvir(); /*if(tick%5==0 && tick!=0) */ calcvir();
tick++; tick++;
} }