From 6b3093d7add2d1bff87e09ed5d53ebca4ce0207c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 8 Jun 2017 17:13:36 +0200 Subject: [PATCH] Another sound with wrong attenuation --- wadsrc/static/zscript/strife/acolyte.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/strife/acolyte.txt b/wadsrc/static/zscript/strife/acolyte.txt index c14cb5bf7e..f7457dd56f 100644 --- a/wadsrc/static/zscript/strife/acolyte.txt +++ b/wadsrc/static/zscript/strife/acolyte.txt @@ -103,7 +103,7 @@ class Acolyte : StrifeHumanoid players[i].mo.GiveInventoryType ("QuestItem7"); players[i].SetLogNumber (14); A_StopSound (CHAN_VOICE); - A_PlaySound ("svox/voc14", CHAN_VOICE); + A_PlaySound ("svox/voc14", CHAN_VOICE, 1, false, ATTN_NONE); } } }