foxygit / doom Log in
commit 2d837ce8417f2babed52776a84eb3f4c00a0c0ad
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Sep 4 02:44:58 2013 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Wed Sep 4 02:44:58 2013 +0000

    Fix setup tool defaults for GUS/Timidity path config variables (thanks
    Alexandre Xavier).

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2633
---
 src/setup/sound.c | 4 ++--
 1 file 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