summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-12-05 18:01:42 -0800
committerVito Caputo <vcaputo@pengaru.com>2022-12-05 18:27:22 -0800
commit1d8f30eb26a13c5be62526e201948aaa16caf236 (patch)
tree0dbbe06c57d8368fffe4e260be2058c6d3437bcf /src/sfx.h
parentf8c50c92441ac82d8f1c38f57b9fa0b56f4bb432 (diff)
sfx,game: introduce adult_unmasked.wav sound effect
This plays whenever the adult runs out of masks
Diffstat (limited to 'src/sfx.h')
-rw-r--r--src/sfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sfx.h b/src/sfx.h
index daf6ce1..3ee2f0a 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -27,6 +27,7 @@ typedef struct sfx_t {
Mix_Chunk *adult_infected;
Mix_Chunk *adult_captivated;
Mix_Chunk *adult_mine;
+ Mix_Chunk *adult_unmasked;
} sfx_t;
extern sfx_t sfx;
© All Rights Reserved