sometime wall sound reset
This commit is contained in:
parent
6d95acddd2
commit
8af1801527
@ -189,7 +189,7 @@ function autorepeat() {
|
|||||||
if (actionsQueue[0]()) {
|
if (actionsQueue[0]()) {
|
||||||
lastActionSucceded = true
|
lastActionSucceded = true
|
||||||
} else if (lastActionSucceded) {
|
} else if (lastActionSucceded) {
|
||||||
playSound(wallSound)
|
wallSound.play()
|
||||||
lastActionSucceded = false
|
lastActionSucceded = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user