mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 12:32:13 +00:00
- For Unix systems, ensure that the root of the player's .config directory is scanned for content, not just subdirectories.
* Fixes #430.
This commit is contained in:
parent
a27888f9df
commit
acadd716f8
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ FGameConfigFile::FGameConfigFile ()
|
||||||
SetValueForKey ("Path", "$PROGDIR", true);
|
SetValueForKey ("Path", "$PROGDIR", true);
|
||||||
SetValueForKey ("Path", "$PROGDIR/*", true);
|
SetValueForKey ("Path", "$PROGDIR/*", true);
|
||||||
#else
|
#else
|
||||||
|
SetValueForKey ("Path", "$HOME/" GAME_DIR, true);
|
||||||
SetValueForKey ("Path", "$HOME/" GAME_DIR "/*", true);
|
SetValueForKey ("Path", "$HOME/" GAME_DIR "/*", true);
|
||||||
// Arch Linux likes them in /usr/share/raze
|
// Arch Linux likes them in /usr/share/raze
|
||||||
// Debian likes them in /usr/share/games/raze
|
// Debian likes them in /usr/share/games/raze
|
||||||
|
|
Loading…
Reference in a new issue