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

This commit is contained in:
Steel Titanium 2018-05-29 22:12:36 -04:00
parent 0248fcecd4
commit e394f7992d
1 changed files with 0 additions and 1 deletions

View File

@ -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