Skip to content

Commit 9514b46

Browse files
switch audiostr from OpenAL to SDL3
1 parent 44f7eda commit 9514b46

2 files changed

Lines changed: 127 additions & 199 deletions

File tree

code/parse/sexp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14340,6 +14340,8 @@ void sexp_play_sound_from_file(int n)
1434014340
int type = ASF_MENUMUSIC;
1434114341
if (n >= 0)
1434214342
{
14343+
// TODO: SDL3 => make this work with ds_play somehow to get EFX
14344+
1434314345
if (eval_sexp(n) != 0)
1434414346
type = ASF_SOUNDFX;
1434514347
n = CDR(n);

0 commit comments

Comments
 (0)