summaryrefslogtreecommitdiffhomepage
path: root/editor/scenery-editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/scenery-editor.cpp')
-rw-r--r--editor/scenery-editor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/scenery-editor.cpp b/editor/scenery-editor.cpp
index 40742c8a..32ddffa1 100644
--- a/editor/scenery-editor.cpp
+++ b/editor/scenery-editor.cpp
@@ -87,8 +87,9 @@ void scenery_editor::place_tile(world& w, global_coords pos, const scenery_& s,
if (!s)
{
auto [c, t] = w[pos];
+start:
const auto& es = c.objects();
-start: while (auto id = a.get_object_colliding_with_cursor())
+ while (auto id = a.get_object_colliding_with_cursor())
{
for (auto i = es.size()-1; i != (size_t)-1; i--)
{