diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-11 22:34:32 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-11 22:34:32 +0300 |
| commit | ef0d04492f65e3e6a6c9eab54b748d6e4aa07f00 (patch) | |
| tree | 1e2059b69926f41a8ee2d574e3c4ad67359a5b29 /path.c | |
| parent | 68e787ef8883b75b95134a9649ee257395ca5258 (diff) | |
| download | astar-ef0d04492f65e3e6a6c9eab54b748d6e4aa07f00.tar.xz | |
Update a TODO
Diffstat (limited to 'path.c')
| -rw-r--r-- | path.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include "config.h" /* TODO: make it move the map maybe to show the path */ -/* TODO: figure out input when automatic = 1 */ +/* TODO: figure out input when automatic = 1. timeout() seems useful */ int anim(Map map, size_t width, size_t height, Position start, Position end, Position *cur, char **visited, PositionPQ *frontier) { static char automatic = 0; while (1) { |
