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