Skip to content
Snippets Groups Projects
Commit 0b6d6c33 authored by SteelT's avatar SteelT
Browse files

GME low volume fix

parent 8e5ac64d
Branches
Tags
2 merge requests!488Merge in next and don't billboard papersprites in GL,!248GME low volume fix
......@@ -458,7 +458,7 @@ static void mix_gme(void *udata, Uint8 *stream, int len)
// apply volume to stream
for (i = 0, p = (short *)stream; i < len/2; i++, p++)
*p = ((INT32)*p) * music_volume / 31;
*p = ((INT32)*p) * music_volume*2/31;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment