aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9668236..95ee0f6 100644
--- a/main.c
+++ b/main.c
@@ -196,6 +196,7 @@ int main(int argc, char **argv) {
else { set_message("A*"); path_func = &astar_path; };
path_free(path, height);
path = path_func(dirs, map, cell_costs, width, height, start_pos, end_pos, visited, anim);
+ /* TODO: print time */
break;
case 'y':