mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Removed CONS_Printf line. That wasn't meant to be commited.
This commit is contained in:
parent
0248fcecd4
commit
e394f7992d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue