More codec loader troubles with extensions
This commit is contained in:
parent
68338a8268
commit
59271903a2
3 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ static void *S_CodecGetSound(const char *filename, snd_info_t *info)
|
|||
if( codec == orgCodec )
|
||||
continue;
|
||||
|
||||
Com_sprintf( altName, sizeof (altName), "%s%s", localName, codec->ext );
|
||||
Com_sprintf( altName, sizeof (altName), "%s.%s", localName, codec->ext );
|
||||
|
||||
// Load
|
||||
if( info )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue