DEADSOFTWARE

sound: move sound/music configuration to sound driver
[flatwaifu.git] / src / map.c
index dfc7b7071c0a9744264c2fef70438415ae74bcf9..7071dd4fe5fd0dcc6583e7a6f89b4a7afc6a8a76 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -47,10 +47,10 @@ static int G_load (FILE *h) {
   switch (blk.t) {
     case MB_MUSIC:
       myfread(g_music, 8, 1, h);
-      if (music_random) {
-        F_randmus(g_music);
-      }
-      F_loadmus(g_music);
+      //if (music_random) {
+      //  F_randmus(g_music);
+      //}
+      MUS_load(g_music);
       return 1;
   }
   return 0;