This commit is contained in:
StarManiaKG 2024-11-24 21:48:23 -05:00
commit 04e5838368

View file

@ -713,7 +713,7 @@ static UINT32 get_real_volume(UINT8 volume)
if (I_SongType() == MU_MID)
// HACK: Until we stop using native MIDI,
// disable volume changes
music_volume = 31;
return ((UINT32)31*128/31); // volume = 31
else
#endif
#endif