diff options
Diffstat (limited to 'include/throwables.h')
| -rw-r--r-- | include/throwables.h | 1 |
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}; |
