- Add ~/.zdoom as a default path in [FileSearch.Directories] on Unix systems.

SVN r3131 (trunk)
This commit is contained in:
Randy Heit 2011-02-02 02:11:15 +00:00
parent 060d740275
commit bb67f6d0a2
1 changed files with 1 additions and 0 deletions

View File

@ -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);