From 69b0bc016a752bba6865fb8f0c09eeb9e51a47ff Mon Sep 17 00:00:00 2001 From: nillerusr Date: Sun, 15 Nov 2020 21:33:31 +0300 Subject: [PATCH] hack for audio --- engine/audio/private/snd_wave_source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/audio/private/snd_wave_source.cpp b/engine/audio/private/snd_wave_source.cpp index 38c70a06..e51d22dc 100644 --- a/engine/audio/private/snd_wave_source.cpp +++ b/engine/audio/private/snd_wave_source.cpp @@ -1826,7 +1826,7 @@ CAudioSource *Audio_CreateStreamedWave( CSfxTable *pSfx ) #if defined( MP3_SUPPORT ) if ( Audio_IsMP3( pSfx->GetFileName() ) ) { - return Audio_CreateStreamedMP3( pSfx ); + return Audio_CreateMemoryMP3(pSfx); // TOSUCK: Dont work with streamed mp3, idk why } #endif