summaryrefslogtreecommitdiff
path: root/include/zombies.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zombies.h')
-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;