summaryrefslogtreecommitdiff
path: root/include/throwables.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 15:39:00 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-28 15:39:00 +0200
commit1ac22220f6077b3367456384b4bb563f1c5c2d29 (patch)
tree4a85a2af22fb76e029698638581e738a95ff9957 /include/throwables.h
parent2f3be64ddfcd5beac009b56cee34812e20849ef1 (diff)
sound effects, throwable speed
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 f4507b6..16811b2 100644
--- a/include/throwables.h
+++ b/include/throwables.h
@@ -10,6 +10,7 @@
typedef enum t_throwable_type
{
+ THROWABLE_NONE = 0,
THROWABLE_GRENADE,
} throwable_type;