From 7634cbeb224a064868084639aa557be0f521743e Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Aug 2018 18:26:05 +0200 Subject: Updated mini_al Corrected issue with sound playing (pop sound at the end) --- src/external/mini_al.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/external/mini_al.c') diff --git a/src/external/mini_al.c b/src/external/mini_al.c index 1ce94419..eabb6365 100644 --- a/src/external/mini_al.c +++ b/src/external/mini_al.c @@ -1,4 +1,8 @@ // The implementation of mini_al needs to #include windows.h which means it needs to go into // it's own translation unit. Not doing this will cause conflicts with CloseWindow(), etc. #define MINI_AL_IMPLEMENTATION -#include "mini_al.h" \ No newline at end of file +#define MAL_NO_JACK +#define MAL_NO_OPENAL +#define MAL_NO_SDL +#define MAL_NO_NULL +#include "mini_al.h" -- cgit v1.2.3