Add another soundfonts search directory for *nix
This adds another soundfont search directory for the convenience of the user.
This commit is contained in:
parent
994078feae
commit
96ec9b9dbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue