X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsound.c;h=9d894b3c283530171b1223ba1b4df2ad81a068f0;hp=6f9dcaf1d88e21b6e10d5351e8b5ab4921e7a1e3;hb=30eb586d06bc4d1ee7388dced1c20e530292aa93;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd diff --git a/src/libgame/sound.c b/src/libgame/sound.c index 6f9dcaf1..9d894b3c 100644 --- a/src/libgame/sound.c +++ b/src/libgame/sound.c @@ -578,7 +578,7 @@ static void *Load_WAV_or_MOD(char *filename) return NULL; } -void LoadCustomMusic_NoConf(void) +static void LoadCustomMusic_NoConf(void) { static boolean draw_init_text = TRUE; /* only draw at startup */ static char *last_music_directory = NULL;