From 79efc8a8e9976bbdd41d4a47b58c71d3be9d4ff7 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 19 Dec 2022 16:42:15 +0100 Subject: zombie chunks --- include/bullets.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bullets.h') diff --git a/include/bullets.h b/include/bullets.h index 1828f38..76cd01c 100644 --- a/include/bullets.h +++ b/include/bullets.h @@ -15,6 +15,7 @@ typedef struct t_bullet { float endx; float endy; float alive_time; + int damage; } bullet; bullet bullets[500] = {0}; -- cgit v1.2.3-70-g09d2