diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-05 18:01:42 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-05 18:27:22 -0800 |
commit | 1d8f30eb26a13c5be62526e201948aaa16caf236 (patch) | |
tree | 0dbbe06c57d8368fffe4e260be2058c6d3437bcf /src/sfx.h | |
parent | f8c50c92441ac82d8f1c38f57b9fa0b56f4bb432 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |