mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-18 01:21:32 +00:00
Another sound with wrong attenuation
This commit is contained in:
parent
68e17eb0c6
commit
6b3093d7ad
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Acolyte : StrifeHumanoid
|
||||||
players[i].mo.GiveInventoryType ("QuestItem7");
|
players[i].mo.GiveInventoryType ("QuestItem7");
|
||||||
players[i].SetLogNumber (14);
|
players[i].SetLogNumber (14);
|
||||||
A_StopSound (CHAN_VOICE);
|
A_StopSound (CHAN_VOICE);
|
||||||
A_PlaySound ("svox/voc14", CHAN_VOICE);
|
A_PlaySound ("svox/voc14", CHAN_VOICE, 1, false, ATTN_NONE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue