Skip to content

Commit 76c131c

Browse files
switch audiostr from OpenAL to SDL3
1 parent f3418ac commit 76c131c

File tree

2 files changed

+127
-199
lines changed

2 files changed

+127
-199
lines changed

code/parse/sexp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14332,6 +14332,8 @@ void sexp_play_sound_from_file(int n)
1433214332
int type = ASF_MENUMUSIC;
1433314333
if (n >= 0)
1433414334
{
14335+
// TODO: SDL3 => make this work with ds_play somehow to get EFX
14336+
1433514337
if (eval_sexp(n) != 0)
1433614338
type = ASF_SOUNDFX;
1433714339
n = CDR(n);

0 commit comments

Comments
 (0)