diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/zombies.h | 2 |
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; |
