summaryrefslogtreecommitdiff
path: root/include/zombies.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zombies.h')
-rw-r--r--include/zombies.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zombies.h b/include/zombies.h
index e5f8753..b7c7889 100644
--- a/include/zombies.h
+++ b/include/zombies.h
@@ -22,6 +22,7 @@ typedef struct t_zombie {
vec3f size;
array path;
float speed;
+ float sec_since_last_step;
array next_path;
float time_since_last_path;
pathfinding_request request;