summaryrefslogtreecommitdiff
path: root/source/snd_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/snd_sdl.c')
-rw-r--r--source/snd_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/snd_sdl.c b/source/snd_sdl.c
index f727718..c78a663 100644
--- a/source/snd_sdl.c
+++ b/source/snd_sdl.c
@@ -137,7 +137,7 @@ static void QSDL_ActivateSound( qboolean active ) {
}
}
-void QSDL_FillSoundAPI ( snddmaAPI_t *api ) {
+void WAVE_FillAPI ( snddmaAPI_t *api ) {
api->Init = QSDL_InitSound;
api->Shutdown = QSDL_ShutdownSound;
api->BeginPainting = QSDL_BeginPainting;