From 963eccf6c63e76f52bc2c307de4aad10945900f6 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Sat, 8 May 2021 19:16:32 +0200 Subject: [PATCH] Fixed last minute bug --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 356b303..cb86a29 100644 --- a/index.html +++ b/index.html @@ -2225,9 +2225,7 @@ function gameOver(){ } setField(h); - if(tick%5==0 && tick!=0){ - $("#gameField").hide(); - } + /*if(tick%5==0 && tick!=0) */ calcvir(); tick++; } @@ -2470,4 +2468,4 @@ function gameOver(){ if(lastVircb) lastVircb(); }); - \ No newline at end of file +