From c9ac361e1282bfaa895a1456222bca2d86253a96 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 14 Apr 2026 22:41:56 +0300 Subject: Implement live pathfinding in map editor --- path.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'path.c') diff --git a/path.c b/path.c index fbd599c..7d2c0bb 100644 --- a/path.c +++ b/path.c @@ -12,6 +12,8 @@ #include "error.h" #include "config.h" +Path (*path_func)(int, Map, size_t, size_t, Position, Position, char **, char) = &astar_path; + char anim_automatic = 0; /* TODO: make it move the map maybe to show the path */ -- cgit v1.2.3