- multiply master volume for module player by 4.

The default here is far too quiet compared to the other players and needs compensation.
This commit is contained in:
Christoph Oelckers 2021-03-14 08:34:56 +01:00
parent 4c223a7de7
commit 6bcbc7aeb5

View file

@ -1004,7 +1004,7 @@ DumbSong::DumbSong(DUH* myduh, int samplerate)
written = 0;
length = 0;
start_order = 0;
MasterVolume = (float)dumbConfig.mod_dumb_mastervolume;
MasterVolume = (float)dumbConfig.mod_dumb_mastervolume * 4;
if (dumbConfig.mod_samplerate != 0)
{
srate = dumbConfig.mod_samplerate;