From f2522c04446bb4bd597a8625f9398e67ff957565 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 28 Oct 2023 16:27:07 +0200 Subject: more sounds --- src/zombies.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zombies.c') diff --git a/src/zombies.c b/src/zombies.c index c72e04b..4c1225a 100644 --- a/src/zombies.c +++ b/src/zombies.c @@ -46,6 +46,7 @@ void spawn_zombie(int x, int y) { zombies[i].path = array_create(sizeof(vec2f)); zombies[i].next_path = array_create(sizeof(vec2f)); zombies[i].alive = true; + zombies[i].type = ZOMBIE_TYPE_NORMAL; zombies[i].health = 100.0f; zombies[i].position = (vec3f){x,y, 0}; zombies[i].size = (vec3f){0.4, 0.4, 1}; -- cgit v1.2.3-70-g09d2