OpenAL implementation of givealbuffer_wt().
This commit is contained in:
@@ -304,6 +304,12 @@ givealbuffer_music(const void *buf)
|
||||
givealbuffer_common(buf, 1, MUSICBUFLEN << 1, MUSIC_FREQ);
|
||||
}
|
||||
|
||||
void
|
||||
givealbuffer_wt(const void *buf)
|
||||
{
|
||||
givealbuffer_common(buf, 1, WTBUFLEN << 1, WT_FREQ);
|
||||
}
|
||||
|
||||
void
|
||||
givealbuffer_cd(const void *buf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user