diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-20 20:25:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-20 20:25:52 +0200 |
commit | 627dc90720e083b2e458ab7efb4dcca739b7a19a (patch) | |
tree | 0dcc9d909c7b804cebb9b524708af24c565f10ff /src/path-search.cpp | |
parent | 02f712a439ef3f59569c4e942024b496eeb24370 (diff) |
a
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r-- | src/path-search.cpp | 1 |
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 |