From 0586263f1001297835c12f8f0edd3c3f803c3109 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 6 Jan 2024 09:43:52 +0100 Subject: big zombie --- include/zombies.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/zombies.h') diff --git a/include/zombies.h b/include/zombies.h index b3bc1f3..e5f8753 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -11,6 +11,7 @@ typedef enum t_zombie_type { ZOMBIE_TYPE_NONE, ZOMBIE_TYPE_NORMAL, + ZOMBIE_TYPE_ENRAGED, } zombie_type; typedef struct t_zombie { @@ -20,6 +21,7 @@ typedef struct t_zombie { vec3f position; vec3f size; array path; + float speed; array next_path; float time_since_last_path; pathfinding_request request; -- cgit v1.2.3-70-g09d2