summaryrefslogtreecommitdiff
path: root/include/throwables.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 10:52:18 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 10:52:18 +0200
commit18c1dfbb78d98516f5480f8199910fe41ac904df (patch)
tree8ee69fde44ac3b8969ebf529883656a2d05b1e45 /include/throwables.h
parent641f81317a5b5cea6b3c5a4c65b1ca4313b0d8c0 (diff)
sound layer, bouncing
Diffstat (limited to 'include/throwables.h')
-rw-r--r--include/throwables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/throwables.h b/include/throwables.h
index 7a6d4eb..f4507b6 100644
--- a/include/throwables.h
+++ b/include/throwables.h
@@ -20,6 +20,7 @@ typedef struct t_throwable {
vec3f position;
vec3f direction;
float alive_time;
+ int bounces;
} throwable;
throwable throwables[500] = {0};