summaryrefslogtreecommitdiff
path: root/src/sfx.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-12-08 10:15:52 -0800
committerVito Caputo <vcaputo@pengaru.com>2022-12-08 10:15:52 -0800
commitdeeeb92628344011651548372e7e27dca780dfc3 (patch)
tree2eb5bf57515cd53e9efe48f5bd5dac16ed3348f7 /src/sfx.h
parent9b6d98d1f727abd0629da68665d69d646e0bf764 (diff)
sfx,game: introduce sfx_t.tv_talk[10] for talking head
There can be assets/talk/[0-9].wav now, one of which will be played along with adult-captivated.wav Intended to match the new talking head .ans
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 1b8f81d..59b8ebe 100644
--- a/src/sfx.h
+++ b/src/sfx.h
@@ -30,6 +30,7 @@ typedef struct sfx_t {
Mix_Chunk *adult_maskhit;
Mix_Chunk *adult_mine;
Mix_Chunk *adult_unmasked;
+ Mix_Chunk *tv_talk[10];
} sfx_t;
extern sfx_t sfx;
© All Rights Reserved