diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-27 00:44:24 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-27 00:44:46 +0300 |
| commit | d6521fb188228caa7b05dec6d417acdb98a8a47e (patch) | |
| tree | 46be44af74373e551374b50e3f1b2934b19c88fe | |
| parent | cdeb022ba7bc1c93ef7cceed5fdcc4002ca75e51 (diff) | |
| download | astar-d6521fb188228caa7b05dec6d417acdb98a8a47e.tar.xz | |
| -rw-r--r-- | path.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -284,7 +284,6 @@ Path astar_path(int dirs, Map map, size_t **cell_costs, size_t width, size_t hei } -/* FIXME: I feel like there's a better way to do this, but not sure */ size_t manhattan_distance(Position a, Position b) { size_t d = 0; if (a.x > b.x) { |
