sometime wall sound reset

This commit is contained in:
Adrien MALINGREY 2023-12-11 23:43:56 +01:00
parent 6d95acddd2
commit 8af1801527

View File

@ -189,7 +189,7 @@ function autorepeat() {
if (actionsQueue[0]()) {
lastActionSucceded = true
} else if (lastActionSucceded) {
playSound(wallSound)
wallSound.play()
lastActionSucceded = false
}
}