From 4fe1318e7c1c46842de54c9fd7b3d5ed256f849c Mon Sep 17 00:00:00 2001 From: kaltokri Date: Thu, 28 Dec 2023 16:38:26 +0100 Subject: [PATCH] Fixed a logic failure with external sound files in SoundOutput.lua --- Moose Development/Moose/Sound/SoundOutput.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Moose Development/Moose/Sound/SoundOutput.lua b/Moose Development/Moose/Sound/SoundOutput.lua index e1c34916b..408be7b96 100644 --- a/Moose Development/Moose/Sound/SoundOutput.lua +++ b/Moose Development/Moose/Sound/SoundOutput.lua @@ -199,6 +199,8 @@ do -- Sound File else -- use internal path in miz file self.path="l10n/DEFAULT/" end + else + self.path = Path end -- Remove (back)slashes.