From f559745f72b94d78afc4722280d3a16a0b2fb869 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 12 Sep 2023 05:55:27 +0200 Subject: fix clang build --- src/path-search.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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::operator()(world& w, object_id own_id, ensure_allocated(from.chunk(), to.chunk()); - //... + // todo... + return {}; } Optional search::operator()(world& w, const object& obj, global_coords to, Vector2b to_offset) -- cgit v1.2.3