Commit 5baf894e authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed typo in windib audio.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402082
parent 9d10b52e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment