mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- allow Wang to make sounds when healing with "Player Speech" turned off.
Looks like I overlooked this one while doing the speeches, which left Wang completely silent when healing. This allows his relief sound to play when the toggle is off, but the "Acupuncture" joke will still be silenced.
This commit is contained in:
parent
82d87deb30
commit
8b03abcd00
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ DIGI_ENTRY("TCLID01.VOC", DIGI_TRASHLID, 416, PRI_AMBIENT,
|
||||||
|
|
||||||
// player voices
|
// player voices
|
||||||
DIGI_ENTRY("ACCU01.VOC", DIGI_GETMEDKIT, 417, PRI_PLAYERSPEECH, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
|
DIGI_ENTRY("ACCU01.VOC", DIGI_GETMEDKIT, 417, PRI_PLAYERSPEECH, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
|
||||||
DIGI_ENTRY("AHH03.VOC", DIGI_AHH, 418, PRI_PLAYERSPEECH, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
|
DIGI_ENTRY("AHH03.VOC", DIGI_AHH, 418, PRI_PLAYERVOICE, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
|
||||||
|
|
||||||
// Pachinko
|
// Pachinko
|
||||||
DIGI_ENTRY("PALARM1.VOC", DIGI_PALARM, 419, PRI_SECTOROBJ, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
|
DIGI_ENTRY("PALARM1.VOC", DIGI_PALARM, 419, PRI_SECTOROBJ, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
|
||||||
|
|
Loading…
Reference in a new issue