diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-10-17 22:54:41 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-10-17 22:54:41 -0700 |
commit | eaa3c5296813123d05463f3a266dd4a233a8c3fe (patch) | |
tree | 1aff4914203861c86a2dea112bed595503691b5f /src/sfx.h | |
parent | 03573cb045197f8e1507b5a6c1289ce71e9857ff (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |