Merge pull request #1577 from Azaezel/alpha41/channelVolume0

fix $pref::SFX::channelVolume0 default
This commit is contained in:
Brian Roberts 2025-10-16 15:28:27 -05:00 committed by GitHub
commit fda3e7bf86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;