diff --git a/src/sdl/mixer_sound.c b/src/sdl/mixer_sound.c index 0aa6e1081..72430a5ed 100644 --- a/src/sdl/mixer_sound.c +++ b/src/sdl/mixer_sound.c @@ -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