diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-19 16:42:15 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-19 16:42:15 +0100 |
| commit | 79efc8a8e9976bbdd41d4a47b58c71d3be9d4ff7 (patch) | |
| tree | 5a46a8406ec3404859e0f3926bc75e08423afaa8 /include/bullets.h | |
| parent | 22936e7a270a9bd0f13acb651b15db2158a8d6e0 (diff) | |
zombie chunks
Diffstat (limited to 'include/bullets.h')
| -rw-r--r-- | include/bullets.h | 1 |
1 files changed, 1 insertions, 0 deletions
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}; |
