summaryrefslogtreecommitdiff
path: root/src/throwables.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-02 18:24:46 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-02 18:24:46 +0100
commit11fc04b238ff9d42b17e6befa6ab4a673606fc1a (patch)
treecf4f48820fe3c55ed98c39038352924fab682ca8 /src/throwables.c
parent0648e9ec83977fe5151896097afd1dbae3f4143b (diff)
throwables on server side
Diffstat (limited to 'src/throwables.c')
-rw-r--r--src/throwables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/throwables.c b/src/throwables.c
index f874bab..1492287 100644
--- a/src/throwables.c
+++ b/src/throwables.c
@@ -1,7 +1,7 @@
#include "../include/throwables.h"
#include "../include/audio.h"
-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) {
for (int i = 0; i < max_throwables; i++) {
if (throwables[i].active) continue;