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 026e653..b612c52 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -25,6 +25,7 @@ typedef struct sfx_t {
Mix_Chunk *baby_rescued;
Mix_Chunk *adult_infected;
Mix_Chunk *adult_captivated;
+ Mix_Chunk *adult_mine;
} sfx_t;
extern sfx_t sfx;
© All Rights Reserved