diff options
Diffstat (limited to 'src/path-search.cpp')
-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) |