Skip to content

Commit

Permalink
eternity-engine - Fix sound path font
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jan 17, 2024
1 parent 5cc9c93 commit 40db9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/eternity/assets/run-eternity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [[ -z "${SDL_SOUNDFONTS}" ]]; then
echo "Setting default soundfont"
export SDL_SOUNDFONTS="GeneralUser GS v1.471.sf2"
export SDL_SOUNDFONTS="../GeneralUser GS v1.471.sf2"
fi


Expand Down

0 comments on commit 40db9de

Please sign in to comment.