Skip to content

Commit 9d881b6

Browse files
switch audiostr from OpenAL to SDL3
1 parent b0f4a3c commit 9d881b6

File tree

2 files changed

+126
-195
lines changed

2 files changed

+126
-195
lines changed

code/parse/sexp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14280,6 +14280,8 @@ void sexp_play_sound_from_file(int n)
1428014280
int type = ASF_MENUMUSIC;
1428114281
if (n >= 0)
1428214282
{
14283+
// TODO: SDL3 => make this work with ds_play somehow to get EFX
14284+
1428314285
if (eval_sexp(n) != 0)
1428414286
type = ASF_SOUNDFX;
1428514287
n = CDR(n);

0 commit comments

Comments
 (0)