ref: ffeb096167f496a66e4288e8abd07ba621c55250
parent: 060c171d6922ca20da503131ae74f4688954e044
parent: f1b6dd10522abe987042ecdec8c37f957fc1b4e8
author: Fabian Greffrath <fabian@greffrath.com>
date: Sat Nov 13 04:23:35 EST 2021
Merge pull request #1405 from mikeday0/fix_sf_path_default Set default soundfont path to empty string in setup
--- 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.