summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2024-01-06 09:43:52 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2024-01-06 09:43:52 +0100
commit0586263f1001297835c12f8f0edd3c3f803c3109 (patch)
tree5a5a3aaf34a7a3df975fd36b1aec56f134545275 /include
parent6e23ec86411c88ece2e799ee0529dab595980f86 (diff)
big zombie
Diffstat (limited to 'include')
-rw-r--r--include/zombies.h2
1 files changed, 2 insertions, 0 deletions
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;