use better mixer

This commit is contained in:
Glenn Maynard
2002-12-31 01:13:58 +00:00
parent fb71bacda7
commit 05d9719441
2 changed files with 6 additions and 7 deletions
@@ -91,7 +91,7 @@ bool RageSound_WaveOut::GetPCM()
unsigned got = sounds[i]->snd->GetPCM((char *) buf, chunksize, last_cursor_pos);
SOUNDMAN->MixAudio(
(Uint8 *) buffers[b].lpData, (Uint8 *) buf, got, SDL_MIX_MAXVOLUME/2);
(Sint16 *) buffers[b].lpData, buf, got, .5);
if(got < chunksize)
{