From 2e04356bbb1d16c0d519156c3bcf201aea291e09 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 11 May 2024 16:50:23 +0200 Subject: door sounds and doors open for zombies --- include/audio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/audio.h') diff --git a/include/audio.h b/include/audio.h index 5199854..8319305 100644 --- a/include/audio.h +++ b/include/audio.h @@ -28,6 +28,8 @@ typedef enum t_audio_event_type { EVENT_ZOMBIESCREECH, EVENT_ZOMBIEROAR, EVENT_PLAYERHURT, + EVENT_DOOR_OPEN, + EVENT_DOOR_CLOSE, } audio_event_type; typedef struct t_audio_event { -- cgit v1.2.3-70-g09d2