aboutsummaryrefslogtreecommitdiffstats
path: root/games/urban/files/patch-src::sound::sound.cc
blob: fe9d1e008969f13c09506560601023e55150bcea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/sound/sound.cc.orig Sun Jan 25 03:58:51 2004
+++ src/sound/sound.cc  Sun Jan 25 04:00:00 2004
@@ -90,7 +90,7 @@
    md_mode = DMODE_SOFT_SNDFX | DMODE_SOFT_MUSIC | DMODE_16BITS;
    md_mixfreq = 22050;
         
-   if(MikMod_Init()) {
+   if(MikMod_Init(NULL)) {
            fprintf(stderr,"Could not initialize sound, reason: %s\n",
                    MikMod_strerror(MikMod_errno));