summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-10-17 22:54:41 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-10-17 22:54:41 -0700
commiteaa3c5296813123d05463f3a266dd4a233a8c3fe (patch)
tree1aff4914203861c86a2dea112bed595503691b5f /src/sfx.h
parent03573cb045197f8e1507b5a6c1289ce71e9857ff (diff)
sfx: add adult-captivated.wav sfx for adult meets tv
also s/frozen/captivated/ for consistency with sfx
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 a2f3214..026e653 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -24,6 +24,7 @@ typedef struct sfx_t {
Mix_Chunk *baby_held;
Mix_Chunk *baby_rescued;
Mix_Chunk *adult_infected;
+ Mix_Chunk *adult_captivated;
} sfx_t;
extern sfx_t sfx;
© All Rights Reserved