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/audio.h | |
| parent | 61c5fb1e253f31d2faa3a0fc970ce4e18f32b205 (diff) | |
fix throwable collision
Diffstat (limited to 'include/audio.h')
| -rw-r--r-- | include/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/audio.h b/include/audio.h index 4354e6e..22e0a99 100644 --- a/include/audio.h +++ b/include/audio.h @@ -11,6 +11,7 @@ #define CHANNEL_IMPACT 2 #define CHANNEL_RELOAD 3 #define CHANNEL_EXPLODE 4 +#define CHANNEL_COLLECT 5 typedef enum t_audio_event_type { EVENT_SHOOT, |
