diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-12 05:55:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-12 08:03:57 +0200 |
commit | f559745f72b94d78afc4722280d3a16a0b2fb869 (patch) | |
tree | 777a73c741020336a440c36872ceb907a068250a /src | |
parent | d8ffd5e4ad57b50b03b97b1a1efce289ed84d8e2 (diff) |
fix clang build
Diffstat (limited to 'src')
-rw-r--r-- | src/path-search.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp index 8a4c52f0..f4637e97 100644 --- a/src/path-search.cpp +++ b/src/path-search.cpp @@ -135,7 +135,8 @@ Optional<search_result> search::operator()(world& w, object_id own_id, ensure_allocated(from.chunk(), to.chunk()); - //... + // todo... + return {}; } Optional<search_result> search::operator()(world& w, const object& obj, global_coords to, Vector2b to_offset) |