mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Add ~/.zdoom as a default path in [FileSearch.Directories] on Unix systems.
SVN r3131 (trunk)
This commit is contained in:
parent
060d740275
commit
bb67f6d0a2
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ FGameConfigFile::FGameConfigFile ()
|
|||
#elif !defined(unix)
|
||||
SetValueForKey ("Path", "$PROGDIR", true);
|
||||
#else
|
||||
SetValueForKey ("Path", "~/" GAME_DIR, true);
|
||||
SetValueForKey ("Path", SHARE_DIR, true);
|
||||
#endif
|
||||
SetValueForKey ("Path", "$DOOMWADDIR", true);
|
||||
|
|
Loading…
Reference in a new issue