summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenery.cpp')
-rw-r--r--src/scenery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp
index 23967af8..4056f49f 100644
--- a/src/scenery.cpp
+++ b/src/scenery.cpp
@@ -82,7 +82,7 @@ void scenery::update(float dt, const anim_atlas& anim)
blocks_view = !passable;
frame = (frame_t)std::clamp(fr, 0, nframes-1);
if (!active)
- delta = 0;
+ delta = closing = 0;
break;
}
}