Skip to content

Commit

Permalink
Decrease sound volume
Browse files Browse the repository at this point in the history
They're way louder than the music
  • Loading branch information
Daft-Freak committed Feb 10, 2021
1 parent f8cbddb commit d002d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blit/sound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static void I_Blit_UpdateSoundParams(int handle, int vol, int sep)
if(handle >= SOUND_CHANNELS)
return;

blit::channels[handle].volume = vol * 222;
blit::channels[handle].volume = vol * 111;
}

static int I_Blit_StartSound(sfxinfo_t *sfxinfo, int channel, int vol, int sep)
Expand Down

0 comments on commit d002d90

Please sign in to comment.