From 2fc44f7466340af13121cd9bc312737887c819d0 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Sat, 24 Feb 2024 17:11:22 -0600 Subject: [PATCH] wolf - Fix --- engines/woof/assets/run-woof.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/woof/assets/run-woof.sh b/engines/woof/assets/run-woof.sh index fe971d337..5a86dffbc 100755 --- a/engines/woof/assets/run-woof.sh +++ b/engines/woof/assets/run-woof.sh @@ -4,7 +4,7 @@ cd ./woof if [[ -z "${SDL_SOUNDFONTS}" ]]; then echo "Setting default soundfont" - export SDL_SOUNDFONTS="fluid-soundfont-3.1/FluidR3_GM.sf2" + export SDL_SOUNDFONTS="soundfonts/TimGM6mb.sf2" fi export LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH"