From 79bdfe4ab24cc5be250ab1d72beecf755d089a64 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 26 Oct 2017 17:23:55 +0300 Subject: [PATCH] Fixed wrong owner for *evillaugh sound https://forum.zdoom.org/viewtopic.php?t=58274 --- wadsrc/static/zscript/raven/artitele.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/raven/artitele.txt b/wadsrc/static/zscript/raven/artitele.txt index 3242db92e6..77a233dbe5 100644 --- a/wadsrc/static/zscript/raven/artitele.txt +++ b/wadsrc/static/zscript/raven/artitele.txt @@ -49,7 +49,7 @@ class ArtiTeleport : Inventory } if (canlaugh) { // Full volume laugh - A_PlaySound ("*evillaugh", CHAN_VOICE, 1, false, ATTN_NONE); + Owner.A_PlaySound ("*evillaugh", CHAN_VOICE, 1, false, ATTN_NONE); } return true; }