mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 09:02:08 +00:00
oops, messed up HAVE_VORBIS and HAVE_FLAC (cut&paste error:)
This commit is contained in:
parent
9b7d8a9eca
commit
bcb45a7958
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ SND_Load (sfx_t *sfx)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_VORBIS
|
#ifdef HAVE_FLAC
|
||||||
if (strnequal ("fLaC", buf, 4)) {
|
if (strnequal ("fLaC", buf, 4)) {
|
||||||
Sys_DPrintf ("SND_Load: flac file\n");
|
Sys_DPrintf ("SND_Load: flac file\n");
|
||||||
SND_LoadFLAC (file, sfx, realname);
|
SND_LoadFLAC (file, sfx, realname);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue