Mercurial > sdl-ios-xcode
diff src/audio/baudio/SDL_beaudio.cc @ 3852:5b5e549382b3 SDL-1.2
Removed some new 1.3 symbols from code backported to 1.2.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 03 Sep 2006 21:34:11 +0000 |
parents | 405a192b68e7 |
children | a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/audio/baudio/SDL_beaudio.cc Fri Sep 01 22:50:24 2006 +0000 +++ b/src/audio/baudio/SDL_beaudio.cc Sun Sep 03 21:34:11 2006 +0000 @@ -154,7 +154,7 @@ { int valid_datatype = 0; media_raw_audio_format format; - SDL_AudioFormat test_format = SDL_FirstAudioFormat(spec->format); + Uint16 test_format = SDL_FirstAudioFormat(spec->format); /* Parse the audio format and fill the Be raw audio format */ memset(&format, '\0', sizeof (media_raw_audio_format));