Properly skip loading of already-loaded HRTF data sets
commitc0e7aab823ce58ebd16ac393e6ed2407174ed535
authorChris Robinson <chris.kcat@gmail.com>
Mon, 25 Jul 2016 04:59:02 +0000 (24 21:59 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 25 Jul 2016 04:59:02 +0000 (24 21:59 -0700)
tree3535936ce7466debb6e8a7f57a0e912e0168e7f5
parent9f2e416bbddc5f17c95135c327c046e0d1612850
Properly skip loading of already-loaded HRTF data sets

Previously, if an HRTF file was loaded it would not only skip loading it, but
it would also skip adding it to the output enumeration list. Now it properly
skips loading it when it's already loaded, but still adds it to the enumeration
list if it's not already in it.
Alc/hrtf.c