summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-09-12 05:55:27 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-09-12 08:03:57 +0200
commitf559745f72b94d78afc4722280d3a16a0b2fb869 (patch)
tree777a73c741020336a440c36872ceb907a068250a /src/path-search.cpp
parentd8ffd5e4ad57b50b03b97b1a1efce289ed84d8e2 (diff)
fix clang build
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r--src/path-search.cpp3
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)