From 0eeb36ea0f8ff478c16b2e6e7a3191aa6262d080 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 16 May 2023 19:02:13 +0100 Subject: [PATCH] Bug fix * Fixed sound2 audio channel using unintentionally looping --- game/scripts/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 0a01ea8e..9e3e89be 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -23,7 +23,7 @@ init python: settings.default("image_cache_size", 512) renpy.music.register_channel("background", "sfx", True) - renpy.music.register_channel("sound2", "sfx", True) + renpy.music.register_channel("sound2", "sfx", False) renpy.music.register_channel("weather", "weather", True) # Configuration