summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-12-05 20:21:44 -0800
committerVito Caputo <vcaputo@pengaru.com>2022-12-05 20:21:44 -0800
commitbbbff43ca835b91682eaeaff61b5968c1f27bb00 (patch)
tree17972065daf19dccad9aa9a3462f35ad28b6dc66 /src/sfx.h
parent645ba66e2dabafd6edda743347ce420174ec4274 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sfx.h b/src/sfx.h
index 3ee2f0a..3cbbd8c 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -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;
© All Rights Reserved