diff options
Diffstat (limited to 'include/throwables.h')
| -rw-r--r-- | include/throwables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/throwables.h b/include/throwables.h index 714e66b..5e49c16 100644 --- a/include/throwables.h +++ b/include/throwables.h @@ -36,10 +36,10 @@ typedef struct t_throwable { vec3f grenade_explosion_size = (vec3f){2.0f, 2.0f, 2.0f}; -throwable throwables[500] = {0}; -int max_throwables = 500; +throwable throwables[50] = {0}; +int max_throwables = 50; -void throw_throwable(platform_window* window, u32 id, throwable_type type, float dirx, float diry); +void throw_throwable(u32 id, throwable_type type, float dirx, float diry); void draw_throwables(platform_window* window); #endif
\ No newline at end of file |
