summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
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