no more alert
This commit is contained in:
parent
257ffb03a4
commit
dee6a3c8b9
2 changed files with 1 additions and 2 deletions
|
@ -79,7 +79,6 @@ function addKeyListeners() {
|
|||
|
||||
$("#pauseBtn").on('touchstart mousedown', function() {
|
||||
|
||||
alert("hey");
|
||||
if (gameState != 1 && gameState != -1) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue