shithub: choc

Download patch

ref: e98349c7eb0512d68c95d93a76cee0e8ffff899a
parent: bbc6c36a2707dc1c8515eb721ee1f7f95992c0b9
author: Turo Lamminen <turol@iki.fi>
date: Thu Sep 8 11:21:07 EDT 2022

setup: Remove static qualifier from some variables

--- a/src/setup/sound.c
+++ b/src/setup/sound.c
@@ -71,9 +71,9 @@
 int use_libsamplerate = 0;
 float libsamplerate_scale = 0.65;
 
-static char *music_pack_path = NULL;
-static char *timidity_cfg_path = NULL;
-static char *fluidsynth_sf_path = NULL;
+char *music_pack_path = NULL;
+char *timidity_cfg_path = NULL;
+char *fluidsynth_sf_path = NULL;
 static char *gus_patch_path = NULL;
 static int gus_ram_kb = 1024;
 #ifdef _WIN32