X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=snd_wav.h;h=65015d35b130a2d8f93acbfb9817fd748572ac04;hb=0a05c446ba26bd5897645a37ceec8646c5bc93eb;hp=ae471620a6fbef6e913cb57261ce64cad5afe1ac;hpb=56a3c771e738f95464663eff324789b647ef7481;p=xonotic%2Fdarkplaces.git diff --git a/snd_wav.h b/snd_wav.h index ae471620..65015d35 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); +qbool S_LoadWavFile (const char *filename, sfx_t *sfx); #endif