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

Removed CONS_Printf line. That wasn't meant to be commited.

parent 0248fcec
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!248GME low volume fix
......@@ -459,7 +459,6 @@ 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*2 / 42;
CONS_Printf("%hs", p);
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment