oops, messed up HAVE_VORBIS and HAVE_FLAC (cut&paste error:)

This commit is contained in:
Bill Currie 2005-06-19 05:24:19 +00:00
parent 9b7d8a9eca
commit bcb45a7958

View file

@ -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);