X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=snd_wav.c;h=e5d4752319850ac6928fe07a2c32222960c90571;hb=0a05c446ba26bd5897645a37ceec8646c5bc93eb;hp=b4d014b34a71fc3d03739d4dec1fae00195357ca;hpb=eb5f88dfe5c842c61f52d13b5be72afc39d6e998;p=xonotic%2Fdarkplaces.git diff --git a/snd_wav.c b/snd_wav.c index b4d014b3..e5d47523 100644 --- a/snd_wav.c +++ b/snd_wav.c @@ -265,7 +265,7 @@ const snd_fetcher_t wav_fetcher = { WAV_GetSamplesFloat, NULL, WAV_FreeSfx }; S_LoadWavFile ============== */ -qboolean S_LoadWavFile (const char *filename, sfx_t *sfx) +qbool S_LoadWavFile (const char *filename, sfx_t *sfx) { fs_offset_t filesize; unsigned char *data;