Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 3788:7006b176ef4f SDL-ryan-multiple-audio-device
More work on the 1.3 CoreAudio code.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Oct 2006 18:32:34 +0000 |
parents | 8d74a4721ca9 |
children | 8f8209f8da6d |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Tue Oct 03 16:26:42 2006 +0000 +++ b/src/audio/SDL_audio.c Tue Oct 03 18:32:34 2006 +0000 @@ -854,7 +854,7 @@ } /* Free the driver data */ - current_audio.Deinitialize(); + current_audio.impl.Deinitialize(); SDL_memset(¤t_audio, '\0', sizeof (current_audio)); SDL_memset(open_devices, '\0', sizeof (open_devices)); }