diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-08 10:15:52 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-08 10:15:52 -0800 |
commit | deeeb92628344011651548372e7e27dca780dfc3 (patch) | |
tree | 2eb5bf57515cd53e9efe48f5bd5dac16ed3348f7 /src/sfx.h | |
parent | 9b6d98d1f727abd0629da68665d69d646e0bf764 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |