From e3077bf4c5c7f17397795b2c469db802a00245ff Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 4 Jul 2023 07:18:59 +0100 Subject: This may be needed But it also may not have effect on DOS! --- src/sound.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sound.c b/src/sound.c index 3f99895..5eac6fa 100644 --- a/src/sound.c +++ b/src/sound.c @@ -36,6 +36,8 @@ static uint8_t queue_top; uint8_t sound_init() { + MikMod_InitThreads(); + MikMod_RegisterAllDrivers(); MikMod_RegisterLoader(&load_it); -- cgit v1.2.3