Remove SHARE_DIR from FileSearch.Directories for *nix

This commit is contained in:
Dugan Chen 2017-10-14 23:19:53 -07:00 committed by Rachael Alexanderson
parent 07c3291262
commit 4f5b459703
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ FGameConfigFile::FGameConfigFile ()
SetValueForKey ("Path", "$PROGDIR", true);
#else
SetValueForKey ("Path", "~/" GAME_DIR, true);
SetValueForKey ("Path", SHARE_DIR, true);
SetValueForKey ("Path", "/usr/local/share/doom", true);
SetValueForKey ("Path", "/usr/local/share/games/doom", true);
SetValueForKey ("Path", "/usr/share/doom", true);