diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-05 20:24:20 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-05 20:24:20 -0800 |
commit | ddc29bf8cfbfb2a455b627805174697863046bfd (patch) | |
tree | d5190cdf061fb3dc4d10b0381ce08a51f1afd9d3 /src/sfx.h | |
parent | bbbff43ca835b91682eaeaff61b5968c1f27bb00 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |