mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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;
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_VORBIS
|
||||
#ifdef HAVE_FLAC
|
||||
if (strnequal ("fLaC", buf, 4)) {
|
||||
Sys_DPrintf ("SND_Load: flac file\n");
|
||||
SND_LoadFLAC (file, sfx, realname);
|
||||
|
|
Loading…
Reference in a new issue