More codec loader troubles with extensions
This commit is contained in:
parent
68338a8268
commit
59271903a2
3 changed files with 3 additions and 3 deletions
|
@ -183,7 +183,7 @@ static qboolean S_ReadRIFFHeader(fileHandle_t file, snd_info_t *info)
|
|||
// WAV codec
|
||||
snd_codec_t wav_codec =
|
||||
{
|
||||
".wav",
|
||||
"wav",
|
||||
S_WAV_CodecLoad,
|
||||
S_WAV_CodecOpenStream,
|
||||
S_WAV_CodecReadStream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue