X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_wav.h;h=89c7ee518102c940f332e473c9782392296e3fb1;hb=bd172244c077be2f4f13caf8cabd022fcad4bd33;hp=ae471620a6fbef6e913cb57261ce64cad5afe1ac;hpb=56a3c771e738f95464663eff324789b647ef7481;p=xonotic%2Fdarkplaces.git diff --git a/snd_wav.h b/snd_wav.h index ae471620..89c7ee51 100644 --- a/snd_wav.h +++ b/snd_wav.h @@ -28,7 +28,7 @@ extern const snd_fetcher_t wav_fetcher; -qboolean S_LoadWavFile (const char *filename, sfx_t *s); +qboolean S_LoadWavFile (const char *filename, sfx_t *sfx); #endif