aboutsummaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'path.c')
-rw-r--r--path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/path.c b/path.c
index 9a2fe1f..f1e46b0 100644
--- a/path.c
+++ b/path.c
@@ -13,6 +13,7 @@
#include "config.h"
Path (*path_func)(int, Map, size_t **, size_t, size_t, Position, Position, char **, char) = &astar_path;
+char *path_func_string = ASTAR_STRING;
double path_time = 0;
char wraparound_enabled = 0;