summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r--src/path-search.cpp1
1 files changed, 1 insertions, 0 deletions
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