ref: f1b6dd10522abe987042ecdec8c37f957fc1b4e8
parent: 060c171d6922ca20da503131ae74f4688954e044
author: Michael Day <mikeguy42@gmail.com>
date: Fri Nov 12 17:37:23 EST 2021
Setup: init soundfont path to an empty string ...otherwise the default value is the text "(null)".
--- a/src/setup/sound.c
+++ b/src/setup/sound.c
@@ -247,6 +247,7 @@
music_pack_path = M_StringDuplicate("");
timidity_cfg_path = M_StringDuplicate("");
gus_patch_path = M_StringDuplicate("");
+ fluidsynth_sf_path = M_StringDuplicate("");
// All versions of Heretic and Hexen did pitch-shifting.
// Most versions of Doom did not and Strife never did.