Skip to content

Commit 63a178d

Browse files
switch audiostr from OpenAL to SDL3
1 parent b7b0832 commit 63a178d

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
@@ -14282,6 +14282,8 @@ void sexp_play_sound_from_file(int n)
1428214282
int type = ASF_MENUMUSIC;
1428314283
if (n >= 0)
1428414284
{
14285+
// TODO: SDL3 => make this work with ds_play somehow to get EFX
14286+
1428514287
if (eval_sexp(n) != 0)
1428614288
type = ASF_SOUNDFX;
1428714289
n = CDR(n);

0 commit comments

Comments
 (0)