From 627dc90720e083b2e458ab7efb4dcca739b7a19a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 20 Sep 2023 20:25:30 +0200 Subject: a --- src/path-search.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/path-search.cpp b/src/path-search.cpp index 3a678388..cf7d41d5 100644 --- a/src/path-search.cpp +++ b/src/path-search.cpp @@ -39,6 +39,7 @@ bool path_search::is_passable_1(chunk& c, Vector2 min, Vector2 max, object_id ow if (x.data != own_id && x.pass != (uint64_t)pass_mode::pass) { is_passable = false; + //[[maybe_unused]] auto obj = c.world().find_object(x.data); return false; } else -- cgit v1.2.3