From 250361975fc81ca01d96f615ed1226641887c305 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 16 May 2024 20:33:22 +0200 Subject: improve pathfinding --- include/zombies.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zombies.h') diff --git a/include/zombies.h b/include/zombies.h index bb74d23..36d4ede 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -29,6 +29,7 @@ typedef struct t_zombie { float sec_since_last_attack; array next_path; float time_since_last_path; + float time_since_last_successfull_req; pathfinding_request request; vec2f next2tiles[2]; zombie_type type; -- cgit v1.2.3-70-g09d2