diff options
Diffstat (limited to 'include/zombies.h')
| -rw-r--r-- | include/zombies.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
