info button fixed
This commit is contained in:
parent
8c61ee30d7
commit
f1ddd12dd8
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ function checkGameOver() {
|
|||
}
|
||||
|
||||
function showHelp() {
|
||||
if($($("#pauseBtnInner").children()[0]).hasClass("fa-pause")) {
|
||||
if($($("#pauseBtnInner").children()[0]).hasClass("fa-pause") && gameState != 0) {
|
||||
return;
|
||||
}
|
||||
$("#openSideBar").fadeIn(150,"linear");
|
||||
|
|
Loading…
Reference in a new issue