summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-12-05 20:24:20 -0800
committerVito Caputo <vcaputo@pengaru.com>2022-12-05 20:24:20 -0800
commitddc29bf8cfbfb2a455b627805174697863046bfd (patch)
treed5190cdf061fb3dc4d10b0381ce08a51f1afd9d3 /src/sfx.h
parentbbbff43ca835b91682eaeaff61b5968c1f27bb00 (diff)
sfx,game: introduce baby_hatted.wav sound effect
This plays whenever a baby dons a mask as a hat.
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 3cbbd8c..1b8f81d 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -21,6 +21,7 @@
typedef struct sfx_t {
Mix_Chunk *baby_infected;
+ Mix_Chunk *baby_hatted;
Mix_Chunk *baby_held;
Mix_Chunk *baby_rescued;
Mix_Chunk *adult_armsfull;
© All Rights Reserved