diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-05 20:21:44 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-05 20:21:44 -0800 |
commit | bbbff43ca835b91682eaeaff61b5968c1f27bb00 (patch) | |
tree | 17972065daf19dccad9aa9a3462f35ad28b6dc66 /src/sfx.h | |
parent | 645ba66e2dabafd6edda743347ce420174ec4274 (diff) |
sfx,game: introduce adult_maskhit.wav sound effect
This plays whenever the adult gets hit by a virus while masked,
without running out of masks.
Diffstat (limited to 'src/sfx.h')
-rw-r--r-- | src/sfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ typedef struct sfx_t { Mix_Chunk *adult_armsfull; Mix_Chunk *adult_infected; Mix_Chunk *adult_captivated; + Mix_Chunk *adult_maskhit; Mix_Chunk *adult_mine; Mix_Chunk *adult_unmasked; } sfx_t; |