diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-10 13:39:14 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-10 13:47:49 -0800 |
commit | 61e60b4b97ab0238b6e3e360098e11b83c224974 (patch) | |
tree | 234fc03521ace3f0979a064f12e6aa7f58596f12 /src/sfx.h | |
parent | 6a408ab72cf83ac15e301ac58ec149edaf8688e2 (diff) |
sfx: introduce sfx_t.adult_maga for adult MAGA-up
Diffstat (limited to 'src/sfx.h')
-rw-r--r-- | src/sfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ typedef struct sfx_t { Mix_Chunk *adult_armsfull; Mix_Chunk *adult_infected; Mix_Chunk *adult_captivated; + Mix_Chunk *adult_maga; Mix_Chunk *adult_maskhit; Mix_Chunk *adult_mine; Mix_Chunk *adult_unmasked; |