fix $pref::SFX::channelVolume0 default

should be 1
This commit is contained in:
AzaezelX 2025-10-16 15:28:13 -05:00
parent 7a0ae4c7af
commit 886a782e40

View file

@ -116,6 +116,7 @@ $pref::SFX::masterVolume = 0.8;
/// The startup sound channel volumes. These are
/// used to control the overall volume of different
/// classes of sounds.
$pref::SFX::channelVolume0 = 1;
$pref::SFX::channelVolume1 = 1;
$pref::SFX::channelVolume2 = 1;
$pref::SFX::channelVolume3 = 1;