aboutsummaryrefslogtreecommitdiff
path: root/src/sound.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-04 07:18:59 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-04 07:18:59 +0100
commite3077bf4c5c7f17397795b2c469db802a00245ff (patch)
treee5a22fc358a771fd64d55ca23dabb03da1dcd7ca /src/sound.c
parentbada647d7680fd5df7fb0c97b31c755558acc97d (diff)
downloadgold-mine-run-e3077bf4c5c7f17397795b2c469db802a00245ff.tar.gz
gold-mine-run-e3077bf4c5c7f17397795b2c469db802a00245ff.zip
This may be needed
But it also may not have effect on DOS!
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c2
1 files changed, 2 insertions, 0 deletions
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);