X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_ogg.h;h=f8c5fe78ffdb61900d58bde97d6bbd834a75b544;hb=301e822944a45d6fd654aa6a0f75cc01f03261fb;hp=c25e32acb92dbbc93c1fa9373ca9edab552ba9b7;hpb=355bc09086e3ff04769e90565df100e510f852da;p=xonotic%2Fdarkplaces.git diff --git a/snd_ogg.h b/snd_ogg.h index c25e32ac..f8c5fe78 100644 --- a/snd_ogg.h +++ b/snd_ogg.h @@ -27,7 +27,7 @@ qboolean OGG_OpenLibrary (void); void OGG_CloseLibrary (void); -sfxcache_t *OGG_LoadVorbisFile (const char *filename, sfx_t *s); +qboolean OGG_LoadVorbisFile (const char *filename, sfx_t *sfx); #endif