diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-29 16:53:33 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-29 16:53:33 +0100 |
| commit | 04024078984bbaf84f34352061da2a224ecdb0b0 (patch) | |
| tree | e576cdd0451e06d96c71131c551b1bc32d633f0d /include/throwables.h | |
| parent | 61c5fb1e253f31d2faa3a0fc970ce4e18f32b205 (diff) | |
fix throwable collision
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 0d227d9..714e66b 100644 --- a/include/throwables.h +++ b/include/throwables.h @@ -31,6 +31,7 @@ typedef struct t_throwable { int bounces; sprite sprite; int damage; + float rotation; } throwable; vec3f grenade_explosion_size = (vec3f){2.0f, 2.0f, 2.0f}; |
