summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/throwables.h3
1 files changed, 1 insertions, 2 deletions
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;