aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-11 22:34:32 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-11 22:34:32 +0300
commitef0d04492f65e3e6a6c9eab54b748d6e4aa07f00 (patch)
tree1e2059b69926f41a8ee2d574e3c4ad67359a5b29
parent68e787ef8883b75b95134a9649ee257395ca5258 (diff)
downloadastar-ef0d04492f65e3e6a6c9eab54b748d6e4aa07f00.tar.xz
Update a TODO
-rw-r--r--path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.c b/path.c
index 94925af..c305d1a 100644
--- a/path.c
+++ b/path.c
@@ -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) {