OpenAL implementation of givealbuffer_wt().

This commit is contained in:
OBattler
2024-05-03 19:41:45 +02:00
parent 93ffbdee51
commit eb968014d9

View File

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