diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/setup/sound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/sound.c b/src/setup/sound.c index e4497997..c83b9454 100644 --- a/src/setup/sound.c +++ b/src/setup/sound.c @@ -82,8 +82,8 @@ static int voiceVolume = 15; static int show_talk = 0; static int use_libsamplerate = 0; -static char *timidity_cfg_path = NULL; -static char *gus_patch_path = NULL; +static char *timidity_cfg_path = ""; +static char *gus_patch_path = ""; static unsigned int gus_ram_kb = 1024; // DOS specific variables: these are unused but should be maintained |