Fix playing the wall bump sound repeatedly in steam mode (fixes #49)
This commit is contained in:
parent
3bc6aa9c7d
commit
fbd256c876
@ -1453,7 +1453,7 @@ export class Level extends LevelInterface {
|
||||
}
|
||||
}
|
||||
|
||||
if (actor.decision === null) {
|
||||
if (actor.decision === null && ! forced_only) {
|
||||
actor.last_blocked_direction = null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user