From 00af4680203c3abbbb2792488dba0316baff7ed6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 1 Jan 2024 12:43:53 -0500 Subject: [PATCH] add specialized voice for an audio assistant --- include/sndprocs.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/sndprocs.h b/include/sndprocs.h index b45db4a35..6a76638fb 100755 --- a/include/sndprocs.h +++ b/include/sndprocs.h @@ -157,11 +157,12 @@ enum ambiences { enum voice_moreinfo { voice_nothing_special, - voice_talking_artifact = 0x0001, - voice_deity = 0x0002, - voice_oracle = 0x0004, - voice_throne = 0x0008, - voice_death = 0x0010 + voice_audioassistant = 0x0001, /* accessibility */ + voice_talking_artifact = 0x0002, + voice_deity = 0x0004, + voice_oracle = 0x0008, + voice_throne = 0x0010, + voice_death = 0x0020 }; enum achievements_arg2 {