From 2b23a7efd6cc4d55e10e01c978a3614e7b97c93c Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 5 Nov 2023 10:16:59 +0100 Subject: molotov damage --- include/throwables.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/throwables.h b/include/throwables.h index 4053826..c741a55 100644 --- a/include/throwables.h +++ b/include/throwables.h @@ -33,10 +33,9 @@ typedef struct t_throwable { sprite sprite; int damage; float rotation; + float sec_since_last_tick; } throwable; -vec3f grenade_explosion_size = (vec3f){2.0f, 2.0f, 2.0f}; - throwable throwables[50] = {0}; int max_throwables = 50; -- cgit v1.2.3-70-g09d2