From 6e23ec86411c88ece2e799ee0529dab595980f86 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 4 Jan 2024 18:24:13 +0100 Subject: zombie health bar --- include/zombies.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zombies.h') diff --git a/include/zombies.h b/include/zombies.h index a9d8a5c..b3bc1f3 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -16,6 +16,7 @@ typedef enum t_zombie_type { typedef struct t_zombie { bool alive; float health; + float max_health; vec3f position; vec3f size; array path; -- cgit v1.2.3-70-g09d2