Fixed typo in windib audio.

This commit is contained in:
Ryan C. Gordon 2006-09-13 04:47:46 +00:00
parent 23e671c360
commit bbc79776fa

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;