soundloop fix. also it gets deleted (woo)

This commit is contained in:
LetterN
2021-10-30 13:16:31 +08:00
parent ec85d5575d
commit 1fc778f70a
8 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -257,7 +257,7 @@
/obj/machinery/shower/Initialize()
. = ..()
soundloop = new(list(src), FALSE)
soundloop = new(src, FALSE)
/obj/machinery/shower/Destroy()
QDEL_NULL(soundloop)