forgot to change a continue to a return
This commit is contained in:
parent
32b4399683
commit
f670224460
@ -650,7 +650,7 @@ export class Level {
|
|||||||
if (actor.pending_push) {
|
if (actor.pending_push) {
|
||||||
actor.decision = actor.pending_push;
|
actor.decision = actor.pending_push;
|
||||||
this._set_prop(actor, 'pending_push', null);
|
this._set_prop(actor, 'pending_push', null);
|
||||||
continue;
|
return;
|
||||||
}
|
}
|
||||||
if (actor.slide_mode === 'ice') {
|
if (actor.slide_mode === 'ice') {
|
||||||
// Actors can't make voluntary moves on ice; they just slide
|
// Actors can't make voluntary moves on ice; they just slide
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user