From d6521fb188228caa7b05dec6d417acdb98a8a47e Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 27 Apr 2026 00:44:24 +0300 Subject: Remove a FIXME --- path.c | 1 - 1 file changed, 1 deletion(-) (limited to 'path.c') diff --git a/path.c b/path.c index f604ec1..a571963 100644 --- a/path.c +++ b/path.c @@ -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) { -- cgit v1.2.3