summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-12-05 18:00:37 -0800
committerVito Caputo <vcaputo@pengaru.com>2022-12-05 18:27:22 -0800
commitf8c50c92441ac82d8f1c38f57b9fa0b56f4bb432 (patch)
treee1e8b6b77c180c92919dae02aa9d9eb5b67bea54 /src/sfx.h
parent48d296bdfcb0e7592e5d97a1588bc478f727f462 (diff)
sfx,game: introduce adult_armsfull.wav sound effect
This plays whenever the adult attempts to pickup TP while holding a baby.
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 b612c52..daf6ce1 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -23,6 +23,7 @@ typedef struct sfx_t {
Mix_Chunk *baby_infected;
Mix_Chunk *baby_held;
Mix_Chunk *baby_rescued;
+ Mix_Chunk *adult_armsfull;
Mix_Chunk *adult_infected;
Mix_Chunk *adult_captivated;
Mix_Chunk *adult_mine;
© All Rights Reserved