Fixed typo in windib audio.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402082
This commit is contained in:
Ryan C. Gordon 2006-09-13 04:47:46 +00:00
parent 9d10b52e1c
commit 5baf894ec9

View File

@ -259,7 +259,7 @@ DIB_OpenAudio(_THIS, SDL_AudioSpec * spec)
spec->format = AUDIO_S16;
waveformat.wBitsPerSample = 16;
break;
case 16:
case 32:
/* Signed 32 bit audio data */
spec->format = AUDIO_S32;
waveformat.wBitsPerSample = 32;