aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {