Use an array lookup for source IDs
commit031cf248808df8cc7d0af2a5c5174d189af7a4ac
authorChris Robinson <chris.kcat@gmail.com>
Sat, 27 Jan 2018 21:02:17 +0000 (27 13:02 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 27 Jan 2018 22:34:05 +0000 (27 14:34 -0800)
tree7ab0a4b0b89f4eb6dcdab1fb5e2a50963bc8345c
parent38261a0f2a5a17683ce90cbe86267669717a6df0
Use an array lookup for source IDs

This is now similar to buffers, being stored in groups of 64 in a vector with
the ID providing the array indices.
Alc/ALc.c
OpenAL32/Include/alMain.h
OpenAL32/alSource.c