From 9e70ced6b48d627f236af8ea8366c6ed73748ab1 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 30 Apr 2023 14:06:36 +0200 Subject: fix zombie pathfinding bug --- include/pathfinding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pathfinding.h') diff --git a/include/pathfinding.h b/include/pathfinding.h index 9dcaab3..e648f2c 100644 --- a/include/pathfinding.h +++ b/include/pathfinding.h @@ -15,6 +15,7 @@ typedef struct t_pathfinding_request array *to_fill; uint64_t timestamp; mutex mutex; + bool active; } pathfinding_request; array global_pathfinding_queue; -- cgit v1.2.3-70-g09d2