Info button stuck thing is over
This commit is contained in:
parent
69d367cd20
commit
eebf616cfc
1 changed files with 3 additions and 3 deletions
|
@ -317,9 +317,9 @@ function checkGameOver() {
|
|||
}
|
||||
|
||||
function showHelp() {
|
||||
if (gameState == 1) {
|
||||
pause();
|
||||
if($($("#pauseBtnInner").children()[0]).hasClass("fa-pause")) {
|
||||
return;
|
||||
}
|
||||
|
||||
$("#openSideBar").fadeIn(150,"linear");
|
||||
$('#helpScreen').fadeToggle(150, "linear");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue