From 96ec9b9dbdff5c31205f3e2da33b0d65ebe15013 Mon Sep 17 00:00:00 2001 From: HHonzik <87828740+HHonzik@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:40:48 +0200 Subject: [PATCH] Add another soundfonts search directory for *nix This adds another soundfont search directory for the convenience of the user. --- src/gameconfigfile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp index a0f27899e..82179217c 100644 --- a/src/gameconfigfile.cpp +++ b/src/gameconfigfile.cpp @@ -180,6 +180,7 @@ FGameConfigFile::FGameConfigFile () SetValueForKey("Path", "/usr/share/doom/fm_banks", true); SetValueForKey("Path", "/usr/share/games/doom/soundfonts", true); SetValueForKey("Path", "/usr/share/games/doom/fm_banks", true); + SetValueForKey("Path", "/usr/share/soundfonts", true); #endif }